SDL_WarpMouse From SDL Library previous page next page SDL Library Documentation Prev Next SDL_WarpMouse NameSDL_WarpMouse -- Set the position of the mouse cursor. Synopsis #include "SDL.h" void SDL_WarpMouse(Uint16 x, Uint16 y); Description Set the position of the mouse cursor (generates a mouse motion event). See Also SDL_MouseMotionEvent Prev Home Next SDL_DisplayFormatAlpha Up SDL_CreateCursor previous page start next page