#include "SDL.h"
Uint8 SDL_GetAppState(void);
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
SDL_ActiveEvent
created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59