logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_WarpMouse - Set the position of the mouse cursor.

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);

See Also