Wiki Page Content

Differences between revisions 6 and 7
Revision 6 as of 2016-04-15 21:54:29
Size: 706
Comment: Added missing SDL_CreateSystemCursor() in description.
Revision 7 as of 2016-04-15 21:55:30
Size: 736
Comment: Added SDL_CreateSystemCursor to Related Functions.
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
 .[[SDL_CreateSystemCursor]]

DRAFT

SDL_FreeCursor

Use this function to free a cursor created with SDL_CreateCursor(), SDL_CreateColorCursor() or SDL_CreateSystemCursor().

Syntax

void SDL_FreeCursor(SDL_Cursor* cursor)

Function Parameters

cursor

the cursor to free

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMouse

None: SDL_FreeCursor (last edited 2016-04-15 21:55:30 by PhilippWiesemann)

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