Tao.Sdl SDK Documentation

Sdl.SDL_GetAppState Method 

This function returns the current state of the application, which is a bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and SDL_APPACTIVE.

[Visual Basic]
Public Shared Function SDL_GetAppState() As Byte
[C#]
public static byte SDL_GetAppState();

Return Value

Returns the current state of the application, which is a bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and SDL_APPACTIVE

Remarks

If SDL_APPACTIVE is set, then the user is able to see your application, otherwise it has been iconified or disabled.

See Also

Sdl Class | Tao.Sdl Namespace