SDL_FreeCursor
Frees a cursor created with SDL_CreateCursor.
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg2-5)
- Source: libsdl1.2
- Report a bug
Frees a cursor created with SDL_CreateCursor.
#include "SDL.h"
void SDL_FreeCursor(SDL_Cursor *cursor);
Frees a SDL_Cursor that was created using SDL_CreateCursor.
SDL_CreateCursor