logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GetAppState - Get the state of the application

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

Name

SDL_GetAppState - Get the state of the application

See Also

SDL_ActiveEvent

SDL                                          Tue 11 Sep 2001, 22:59                           SDL_GetAppState(3)

Synopsis

#include"SDL.h"Uint8SDL_GetAppState(void);

See Also