Home
last modified time | relevance | path

Searched refs:SDL_GetGlobalMouseState (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h112 extern DECLSPEC Uint32 SDLCALL SDL_GetGlobalMouseState(int *x, int *y);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h586 #define SDL_GetGlobalMouseState SDL_GetGlobalMouseState_REAL macro
A DSDL_dynapi_procs.h617 SDL_DYNAPI_PROC(Uint32,SDL_GetGlobalMouseState,(int *a, int *b),(a,b),return)
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse.c722 SDL_GetGlobalMouseState(int *x, int *y) function
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1855 const Uint32 mask = SDL_GetGlobalMouseState(&x, &y); in SDLTest_CommonEvent()

Completed in 14 milliseconds