Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_ShowCursor(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!ShowCursor !!!SDL_!ShowCursor NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO ---- !!NAME SDL_!ShowCursor- Toggle whether or not the cursor is shown on the screen. !!SYNOPSIS __#include __ __int SDL_!ShowCursor__(__int toggle__); !!DESCRIPTION Toggle whether or not the cursor is shown on the screen. Passing __SDL_ENABLE__ displays the cursor and passing __SDL_DISABLE__ hides it. The current state of the mouse cursor can be queried by passing __SDL_QUERY__, either __SDL_DISABLE__ or __SDL_ENABLE__ will be returned. The cursor starts off displayed, but can be turned off. !!RETURN VALUE Returns the current state of the cursor. !!SEE ALSO __SDL_!CreateCursor__, __SDL_!SetCursor__ ----
One page links to
SDL_ShowCursor(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.