SDL_WarpMouse - Set the position of the mouse cursor.
Contents
Description
Set the position of the mouse cursor (generates a mouse motion event).
Name
SDL_WarpMouse - Set the position of the mouse cursor.
See Also
SDL_MouseMotionEvent
SDL Tue 11 Sep 2001, 23:01 SDL_WarpMouse(3)
Synopsis
#include"SDL.h"voidSDL_WarpMouse(Uint16x,Uint16y);
