Searched refs:SDL_GetGlobalMouseState (Results 1 – 5 of 5) sorted by relevance
112 extern DECLSPEC Uint32 SDLCALL SDL_GetGlobalMouseState(int *x, int *y);
586 #define SDL_GetGlobalMouseState SDL_GetGlobalMouseState_REAL macro
617 SDL_DYNAPI_PROC(Uint32,SDL_GetGlobalMouseState,(int *a, int *b),(a,b),return)
722 SDL_GetGlobalMouseState(int *x, int *y) function
1855 const Uint32 mask = SDL_GetGlobalMouseState(&x, &y); in SDLTest_CommonEvent()
Completed in 14 milliseconds