Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_GetAppState(3) | SDL API Reference | SDL_GetAppState(3) |
NAME
SDL_GetAppState - Get the state of the applicationSYNOPSIS
#include "SDL.h"DESCRIPTION
This function returns the current state of the application. The value returned is a bitwise combination of:- SDL_APPMOUSEFOCUS
- The application has mouse focus.
- SDL_APPINPUTFOCUS
- The application has keyboard focus
- SDL_APPACTIVE
- The application is visible
SEE ALSO
SDL_ActiveEventTue 11 Sep 2001, 22:59 | SDL |