Searched refs:SDL_GetKeyboardState (Results 1 – 7 of 7) 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()
702 const Uint8 *keyboardState = SDL_GetKeyboardState(NULL); in WIN_WindowProc()724 const Uint8 *keyboardState = SDL_GetKeyboardState(NULL); in WIN_WindowProc()1186 keystate = SDL_GetKeyboardState(NULL); in WIN_PumpEvents()
897 SDL_GetKeyboardState(int *numkeys) in SDL_GetKeyboardState() function
217 #define SDL_GetKeyboardState SDL_GetKeyboardState_REAL macro
248 SDL_DYNAPI_PROC(const Uint8*,SDL_GetKeyboardState,(int *a),(a),return)
377 keyboardState = SDL_GetKeyboardState(0); in X11_ReconcileKeyboardState()
Completed in 18 milliseconds