Wiki Page Content

Differences between revisions 4 and 5
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
Revision 5 as of 2015-04-26 18:59:28
Size: 677
Comment: Sorted related functions, see SGFunctions.
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 .[[SDL_CreateColorCursor]]
Line 28: Line 29:
 .[[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