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

NAME

6       SDL_SetCursor - Set the currently active mouse cursor.
7

SYNOPSIS

9       #include "SDL.h"
10
11       void SDL_SetCursor(SDL_Cursor *cursor);
12

DESCRIPTION

14       Sets the currently active cursor to the specified one. If the cursor is
15       currently visible, the change will be immediately  represented  on  the
16       display.
17

SEE ALSO

19       SDL_GetCursor, SDL_CreateCursor, SDL_ShowCursor
20
21
22
23SDL                         Tue 11 Sep 2001, 23:01            SDL_SetCursor(3)
Impressum