Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-03-13 05:02:09
Size: 836
Editor: SheenaSmith
Comment: create page, add content (Rev 5540)
Revision 2 as of 2010-08-13 04:10:33
Size: 803
Editor: SheenaSmith
Comment: update content - changeset 4465
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to toggle whether or not the cursor is shown for the currently selected mouse. Use this function to toggle whether or not the cursor is shown.

DRAFT

SDL_ShowCursor

Use this function to toggle whether or not the cursor is shown.

Syntax

int SDL_ShowCursor(int toggle)

Function Parameters

toggle

1 to show the cursor, 0 to hide it, -1 to query the current state

Return Value

1 if the cursor is shown, or 0 if the cursor is hidden, green

.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMouse

None: SDL_ShowCursor (last edited 2016-10-20 20:30:49 by PhilippWiesemann)

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