Penguin
Blame: SDL_ShowCursor(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_ShowCursor(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!ShowCursor
2 !!!SDL_!ShowCursor
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_!ShowCursor- Toggle whether or not the cursor is shown on the screen.
1 perry 13 !!SYNOPSIS
14
15
16 __#include __
17
18
2 perry 19 __int SDL_!ShowCursor__(__int toggle__);
1 perry 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
2 perry 40 __SDL_!CreateCursor__, __SDL_!SetCursor__
1 perry 41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.