1SDL_WarpMouse(3) SDL API Reference SDL_WarpMouse(3)
23
4
NAME
6SDL_WarpMouse - Set the position of the mouse cursor.
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_WarpMouse(Uint16 x, Uint16 y);
12
DESCRIPTION
14Set the position of the mouse cursor (generates a mouse motion event).
15
SEE ALSO
17SDL_MouseMotionEvent
1819
20
21
SDL Tue 11 Sep 2001, 23:01 SDL_WarpMouse(3)