GXFullScreen - boxgaming/gx GitHub Wiki

Syntax

fullscreen% = GXFullScreen
GXFullScreen fullscreen%

Description

Gets or sets the fullscreen status. When set to true the scene content will stretch to fill the entire screen. This value is set to false by default.

Examples

Example1: Get the current fullscreen status and set to true if not currently in fullscreen mode.

IF NOT GXFullScreen THEN
    GXFullScreen GX_TRUE
END IF

See Also

GXSceneCreate