Penguin

SDL_!GetAppState?

SDL_!GetAppState?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_!GetAppState?- Get the state of the application

SYNOPSIS

#include

Uint8 SDL_!GetAppState?(void);

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_!ActiveEvent?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.