Searched refs:KEYBOARD_AUTORELEASE (Results 1 – 1 of 1) sorted by relevance
37 #define KEYBOARD_AUTORELEASE 0x02 macro737 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