SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.
Contents
Description
Frees a SDL_Cursor that was created using SDL_CreateCursor.
Name
SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.
See Also
SDL_CreateCursor
SDL Tue 11 Sep 2001, 23:01 SDL_FreeCursor(3)
Synopsis
#include"SDL.h"voidSDL_FreeCursor(SDL_Cursor*cursor);
