Searched refs:SDL_WarpMouse (Results 1 – 5 of 5) sorted by relevance
70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
80 SDL_WarpMouse
214 SDL_WarpMouse(width/2, height/2); in main()
299 SDL_WarpMouse(screen->w/2, screen->h/2); in main()
293 void SDL_WarpMouse (Uint16 x, Uint16 y) in SDL_WarpMouse() function