Wiki Page Content

Revision 2 as of 2010-03-13 04:57:22

Clear message

DRAFT

SDL_FreeCursor

Use this function to free a cursor created with SDL_CreateCursor().

Syntax

void SDL_FreeCursor(SDL_Cursor* cursor)

Function Parameters

cursor

the SDL_Cursor to free

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMouse

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit