Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-10-17 03:51:32
Size: 616
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 4 as of 2013-07-29 07:54:47
Size: 677
Editor: axper
Comment: description: added to description that this function can be used to free cursors created by SDL_CreateColorCursor as well, and added SDL_CreateColorCursor to related functions
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to free a cursor created with [[SDL_CreateCursor]](). Use this function to free a cursor created with [[SDL_CreateCursor]]() and [[SDL_CreateColorCursor]]().
Line 28: Line 28:
 .[[SDL_CreateColorCursor]]

DRAFT

SDL_FreeCursor

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

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