Logo Mibo

RaylibWindow Type

The raylib IWindow: tracks the presentation mode and drives the native window calls. Registered by the runtime hosts.

Constructors

Constructor Description

RaylibWindow(startupMode)

Full Usage: RaylibWindow(startupMode)

Parameters:
Returns: RaylibWindow
startupMode : WindowMode
Returns: RaylibWindow

Static members

Static member Description

RaylibWindow.ApplyConfig(config)

Full Usage: RaylibWindow.ApplyConfig(config)

Parameters:

Translates the window-management fields of a GameConfig to raylib window flags. Must be called before InitWindow.

config : GameConfig

Type something to start searching.