1SDL_SetCursor(3) SDL API Reference SDL_SetCursor(3)
23
4
NAME
6SDL_SetCursor - Set the currently active mouse cursor.
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_SetCursor(SDL_Cursor *cursor);
12
DESCRIPTION
14Sets the currently active cursor to the specified one. If the cursor is
15currently visible, the change will be immediately represented on the
16display.
17
SEE ALSO
19SDL_GetCursor, SDL_CreateCursor, SDL_ShowCursor
2021
22
23
SDL Tue 11 Sep 2001, 23:01 SDL_SetCursor(3)