|
NAMESDL_GetAppState - Get the state of the applicationSYNOPSIS#include "SDL.h"Uint8 SDL_GetAppState(void); DESCRIPTIONThis function returns the current state of the application. The value returned is a bitwise combination of:
SEE ALSOSDL_ActiveEvent
Visit the GSP FreeBSD Man Page Interface. |