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

NAME

6       SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.
7

SYNOPSIS

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

DESCRIPTION

14       Frees a SDL_Cursor that was created using SDL_CreateCursor.
15

SEE ALSO

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