SDL_FreeCursor
Name
SDL_FreeCursor -- Frees a cursor created with SDL_CreateCursor.
Synopsis
#include "SDL.h" void SDL_FreeCursor(SDL_Cursor *cursor);
Description
Frees a SDL_Cursor that was created using SDL_CreateCursor.
SDL_FreeCursor -- 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_FreeCursor (last edited 2008-04-17 08:18:18 by localhost)