Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c37 #define KEYBOARD_AUTORELEASE 0x02 macro
737 if (source == KEYBOARD_AUTORELEASE) { in SDL_SendKeyboardKeyInternal()
815 return SDL_SendKeyboardKeyInternal(KEYBOARD_AUTORELEASE, SDL_PRESSED, scancode); in SDL_SendKeyboardKeyAutoRelease()
826 if (keyboard->keysource[scancode] == KEYBOARD_AUTORELEASE) { in SDL_ReleaseAutoReleaseKeys()
827 SDL_SendKeyboardKeyInternal(KEYBOARD_AUTORELEASE, SDL_RELEASED, scancode); in SDL_ReleaseAutoReleaseKeys()

Completed in 3 milliseconds