Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_keyboard.h77 extern DECLSPEC const Uint8 *SDLCALL SDL_GetKeyboardState(int *numkeys);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_keyboard.c28 state = (Uint8 *)SDL_GetKeyboardState(NULL); in keyboard_getKeyboardState()
34 state = (Uint8 *)SDL_GetKeyboardState(&numkeys); in keyboard_getKeyboardState()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c702 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()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c897 SDL_GetKeyboardState(int *numkeys) in SDL_GetKeyboardState() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h217 #define SDL_GetKeyboardState SDL_GetKeyboardState_REAL macro
A DSDL_dynapi_procs.h248 SDL_DYNAPI_PROC(const Uint8*,SDL_GetKeyboardState,(int *a),(a),return)
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c377 keyboardState = SDL_GetKeyboardState(0); in X11_ReconcileKeyboardState()

Completed in 18 milliseconds