Searched refs:SDL_NLK_CAPS (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_keyboard.c54 #define SDL_NLK_CAPS 0x01 macro
81 SDL_NoLockKeys = SDL_NLK_CAPS | SDL_NLK_NUM;
84 SDL_NoLockKeys = SDL_NLK_CAPS;
431 if ( SDL_NoLockKeys & SDL_NLK_CAPS )
478 if ( SDL_NoLockKeys & SDL_NLK_CAPS )

Completed in 89 milliseconds