1SDL_FreeCursor(3) SDL API Reference SDL_FreeCursor(3)
23
4
NAME
6SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_FreeCursor(SDL_Cursor *cursor);
12
DESCRIPTION
14Frees a SDL_Cursor that was created using SDL_CreateCursor.
15
SEE ALSO
17SDL_CreateCursor
1819
20
21
SDL Tue 11 Sep 2001, 23:01 SDL_FreeCursor(3)