Home
last modified time | relevance | path

Searched refs:SDL_SendKeyboardKeyInternal (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c684 SDL_SendKeyboardKeyInternal(Uint8 source, Uint8 state, SDL_Scancode scancode) in SDL_SendKeyboardKeyInternal() function
809 return SDL_SendKeyboardKeyInternal(KEYBOARD_HARDWARE, state, scancode); in SDL_SendKeyboardKey()
815 return SDL_SendKeyboardKeyInternal(KEYBOARD_AUTORELEASE, SDL_PRESSED, scancode); in SDL_SendKeyboardKeyAutoRelease()
827 SDL_SendKeyboardKeyInternal(KEYBOARD_AUTORELEASE, SDL_RELEASED, scancode); in SDL_ReleaseAutoReleaseKeys()

Completed in 6 milliseconds