Penguin
Blame: SDL_GetAppState(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_GetAppState(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!GetAppState
2 !!!SDL_!GetAppState
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 __SDL_!GetAppState__- Get the state of the application
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __Uint8 SDL_!GetAppState__(__void__);
1 perry 19 !!DESCRIPTION
20
21
22 This function returns the current state of the application.
23 The value returned is a bitwise combination of:
24
25
26 __SDL_APPMOUSEFOCUS__
27
28
29 The application has mouse focus.
30
31
32 __SDL_APPINPUTFOCUS__
33
34
35 The application has keyboard focus
36
37
38 __SDL_APPACTIVE__
39
40
41 The application is visible
42 !!SEE ALSO
43
44
2 perry 45 __SDL_!ActiveEvent__
1 perry 46 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.