DRAFT |
SDL_ShowCursor
Use this function to toggle whether or not the cursor is shown for the currently selected mouse.
Contents
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
