Penguin
Blame: SDL_ShowCursor(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_ShowCursor(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!ShowCursor
2 !!!SDL_!ShowCursor
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 SDL_!ShowCursor- Toggle whether or not the cursor is shown on the screen.
13 !!SYNOPSIS
14
15
16 __#include __
17
18
19 __int SDL_!ShowCursor__(__int toggle__);
20 !!DESCRIPTION
21
22
23 Toggle whether or not the cursor is shown on the screen.
24 Passing __SDL_ENABLE__ displays the cursor and passing
25 __SDL_DISABLE__ hides it. The current state of the mouse
26 cursor can be queried by passing __SDL_QUERY__, either
27 __SDL_DISABLE__ or __SDL_ENABLE__ will be
28 returned.
29
30
31 The cursor starts off displayed, but can be turned
32 off.
33 !!RETURN VALUE
34
35
36 Returns the current state of the cursor.
37 !!SEE ALSO
38
39
40 __SDL_!CreateCursor__, __SDL_!SetCursor__
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.