Home
last modified time | relevance | path

Searched refs:SDL_GetKeyboardState (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_keyboard.h77 extern DECLSPEC const Uint8 *SDLCALL SDL_GetKeyboardState(int *numkeys);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_keyboard.c28 state = (Uint8 *)SDL_GetKeyboardState(NULL); in keyboard_getKeyboardState()
34 state = (Uint8 *)SDL_GetKeyboardState(&numkeys); in keyboard_getKeyboardState()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c601 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()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard.c822 SDL_GetKeyboardState(int *numkeys) in SDL_GetKeyboardState() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h223 #define SDL_GetKeyboardState SDL_GetKeyboardState_REAL macro
DSDL_dynapi_procs.h252 SDL_DYNAPI_PROC(const Uint8*,SDL_GetKeyboardState,(int *a),(a),return)