Searched refs:SDL_GetKeyboardState (Results 1 – 6 of 6) sorted by relevance
77 extern DECLSPEC const Uint8 *SDLCALL SDL_GetKeyboardState(int *numkeys);
28 state = (Uint8 *)SDL_GetKeyboardState(NULL); in keyboard_getKeyboardState()34 state = (Uint8 *)SDL_GetKeyboardState(&numkeys); in keyboard_getKeyboardState()
601 const Uint8 *keyboardState = SDL_GetKeyboardState(NULL); in WIN_WindowProc()623 const Uint8 *keyboardState = SDL_GetKeyboardState(NULL); in WIN_WindowProc()1030 keystate = SDL_GetKeyboardState(NULL); in WIN_PumpEvents()
822 SDL_GetKeyboardState(int *numkeys) in SDL_GetKeyboardState() function
223 #define SDL_GetKeyboardState SDL_GetKeyboardState_REAL macro
252 SDL_DYNAPI_PROC(const Uint8*,SDL_GetKeyboardState,(int *a),(a),return)