Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_GetAppState(3)


SDL_GetAppState

SDL_GetAppState

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

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:

SDL_APPMOUSEFOCUS

The application has mouse focus.

SDL_APPINPUTFOCUS

The application has keyboard focus

SDL_APPACTIVE

The application is visible

SEE ALSO

SDL_ActiveEvent



SDL_GetAppState(3)