Searched refs:SDL_GetRelativeMouseState (Results 1 – 4 of 4) sorted by relevance
63 extern DECLSPEC Uint8 SDLCALL SDL_GetRelativeMouseState(int *x, int *y);
79 SDL_GetRelativeMouseState
79 Uint8 SDL_GetRelativeMouseState (int *x, int *y) in SDL_GetRelativeMouseState() function
748 SDL_GetRelativeMouseState(NULL, NULL); /* Clear first large delta */ in SDL_SetVideoMode()