Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-10-17 03:48:09
Size: 609
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 5 as of 2011-11-04 05:22:39
Size: 759
Editor: SheenaSmith
Comment: update content - per Sam (remarks)
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase #pragma camelcase off
Line 26: Line 26:
This function returns a pointer to the current cursor which is owned by the library. It is not necessary to free the cursor with [[SDL_FreeCursor]]()

DRAFT

SDL_GetCursor

Use this function to return the active cursor.

Syntax

SDL_Cursor* SDL_GetCursor(void)

Return Value

Returns the active cursor.

green

Code Examples

You can add your code example here

Remarks

This function returns a pointer to the current cursor which is owned by the library. It is not necessary to free the cursor with SDL_FreeCursor()

You can add useful comments here


CategoryAPI, CategoryMouse

None: SDL_GetCursor (last edited 2016-05-14 22:19:23 by PhilippWiesemann)

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