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 "SDL.h"

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



More Linux Commands

manpages/TIFFReadRGBATile.3tiff.html
TIFFReadRGBATile(3tiff) - read and decode an image tile into
TIFFReadRGBATile reads a single tile of a tile-based image into memory, storing the result in the user supplied RGBA raster. The raster is assumed to be an arra

manpages/udisks.7.html
udisks(7) - Storage Management (Misc - Linux man page)......
udisks provides an interface to enumerate storage devices and perform operations on them. Any application can access the org.freedesktop.UDisks service on the s

manpages/glAreTexturesResident.3gl.html
glAreTexturesResident(3gl) - determine if textures are loade
GL establishes a working set of textures that are resident in texture memory. These textures can be bound to a texture target much more efficiently than texture

manpages/Tcl_FindCommand.3.html
Tcl_FindCommand(3) - manipulate namespaces - Linux man page
Namespaces are hierarchic naming contexts that can contain commands and variables. They also maintain a list of patterns that describes what commands are export

manpages/FcCacheCopySet.3.html
FcCacheCopySet(3) - Returns a copy of the fontset from cache
The returned fontset contains each of the font patterns from cache. This fontset may be modified, but the patterns from the cache are read-only. VERSION Fontcon

manpages/radvd.8.html
radvd(8) - router advertisement daemon for IPv6 (Man Page)
radvd is the router advertisement daemon for IPv6. It listens to router solicitations and sends router advertisements as described in Neighbor Discovery for IP

manpages/fadvise64_64.2.html
fadvise64_64(2) - predeclare an access pattern for file data
Programs can use posix_fadvise() to announce an intention to access file data in a specific pattern in the future, thus allowing the kernel to perform appropria

manpages/vfs_readonly.8.html
vfs_readonly(8) - make a Samba share read only for a specifi
This VFS module is part of the samba(7) suite. The vfs_readonly VFS module marks a share as read only for all clients connecting within the configured time peri

manpages/git-gui.1.html
git-gui(1) - A portable graphical interface to Git (ManPage)
A Tcl/Tk based graphical user interface to Git. git gui focuses on allowing users to make changes to their repository by making new commits, amending existing o

manpages/tc-pfifo.8.html
tc-pfifo(8) - Packet limited First In, First Out queue......
The pfifo and bfifo qdiscs are unadorned First In, First Out queues. They are the simplest queues possible and therefore have no overhead. pfifo constrains the

manpages/def_shell_mode.3ncurses.html
def_shell_mode(3ncurses) - low-level curses routines........
The following routines give low-level access to various curses capabilities. These routines typically are used inside library routines. The def_prog_mode and de

manpages/aa-notify.8.html
aa-notify(8) display information about logged AppArmor messa
aa-notify will display a summary or provide desktop notifications for AppArmor DENIED messages. OPTIONS aa-notify accepts the following arguments: -p, --poll po





We can't live, work or learn in freedom unless the software we use is free.