Application


Description:

public Application (string? id = null, ApplicationFlags flags = FLAGS_NONE) throws Error

Create a new instance of Application.

The console will be set to graphics mode or there will be an throws if setting graphics mode failed.

Parameters:

id

the application id or null

flags

the application flags

Returns:

New instance of Application or null if init failed.