Searched refs:SDL_GetKeyState (Results 1 – 6 of 6) sorted by relevance
110 extern DECLSPEC Uint8 * SDLCALL SDL_GetKeyState(int *numkeys);
71 SDL_GetKeyState
165 Uint8 *state = SDL_GetKeyState(NULL); in DIB_HandleMessage()237 Uint8 *state = SDL_GetKeyState(NULL); in DIB_HandleMessage()264 if ( wParam == VK_SNAPSHOT && SDL_GetKeyState(NULL)[SDLK_PRINT] == SDL_RELEASED ) { in DIB_HandleMessage()
368 Uint8 * SDL_GetKeyState (int *numkeys) in SDL_GetKeyState() function
1314 Uint8 *kstate = SDL_GetKeyState(NULL); in X11_SetKeyboardState()
1203 Uint8 *keys = SDL_GetKeyState(NULL); in X11_SetVideoMode()