1SDL_WarpMouse(3)               SDL API Reference              SDL_WarpMouse(3)
2
3
4

NAME

6       SDL_WarpMouse - Set the position of the mouse cursor.
7

SYNOPSIS

9       #include "SDL.h"
10
11       void SDL_WarpMouse(Uint16 x, Uint16 y);
12

DESCRIPTION

14       Set the position of the mouse cursor (generates a mouse motion event).
15

SEE ALSO

17       SDL_MouseMotionEvent
18
19
20
21SDL                         Tue 11 Sep 2001, 23:01            SDL_WarpMouse(3)
Impressum