Searched refs:SDL_SetModState (Results 1 – 5 of 5) sorted by relevance
89 extern DECLSPEC void SDLCALL SDL_SetModState(SDL_Keymod modstate);
320 SDL_SetModState(newState); in keyboard_getSetModState()327 SDL_SetModState(0); in keyboard_getSetModState()335 SDL_SetModState(currentState); in keyboard_getSetModState()
916 SDL_SetModState(SDL_Keymod modstate) in SDL_SetModState() function
219 #define SDL_SetModState SDL_SetModState_REAL macro
250 SDL_DYNAPI_PROC(void,SDL_SetModState,(SDL_Keymod a),(a),)
Completed in 26 milliseconds