Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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