Home | History | Annotate | Download | only in man3
"SDL_GetAppState" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
"NAME"
SDL_GetAppState - Get the state of the application
"SYNOPSIS"

#include "SDL.h" Uint8 SDL_GetAppState(void);

"DESCRIPTION"

This function returns the current state of the application. The value returned is a bitwise combination of:

20 SDL_APPMOUSEFOCUS The application has mouse focus.

20 SDL_APPINPUTFOCUS The application has keyboard focus

20 SDL_APPACTIVE The application is visible

"SEE ALSO"

SDL_ActiveEvent created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59