SDL_FreeCursor

Name

SDL_FreeCursor -- Frees a cursor created with SDL_CreateCursor.

Synopsis

uses
SDL;

procedure SDL_FreeCursor( cursor : PSDL_Cursor );

Description

Frees a SDL_Cursor that was created using SDL_CreateCursor.

See Also

SDL_CreateCursor