Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_ShowCursor(3)


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



SDL_ShowCursor(3)