Searched refs:SDL_GetModState (Results 1 – 9 of 9) sorted by relevance
101 extern DECLSPEC SDLMod SDLCALL SDL_GetModState(void);
72 SDL_GetModState
349 modstate = SDL_GetModState(); in TranslateKey()392 modstate = SDL_GetModState(); in TranslateKey()
255 if ( ! (SDL_GetModState() & KMOD_CTRL) ) in Translate2Unicode()
1016 if ( (SDL_GetModState() & KMOD_CTRL) && in handle_keyboard()1017 (SDL_GetModState() & KMOD_ALT) ) { in handle_keyboard()1217 modstate = SDL_GetModState(); in TranslateKey()
365 keysym->mod = SDL_GetModState(); //!!Is this right?? in TranslateKey()
281 modstate = SDL_GetModState(); in TranslateKey()
348 SDLMod SDL_GetModState (void) in SDL_GetModState() function
949 modstate = SDL_GetModState(); in TranslateKey()