-
Notifications
You must be signed in to change notification settings - Fork 26
Diagnostics and configuration
Last revision: ver. 4.2-alpha5 - 26 August 2013
These functins are used to configure various aspects of the application, and to print debug information.
Returns the size in pixels of the main display. The size returned by this function depends on the display configuration. Tiled planar and cylindrical display systems return the cumulative resolution of the tiled display. Custom display configurations lacking a planar mapping return the pixel size of the first tile created.
Reads a boolean setting name
from setting section section
. The section is searched inside the app configuration file first, then in system configuration.
If the setting is not found, the function return the specified default value.
Reads a string setting name
from setting section section
. The section is searched inside the app configuration file first, then in system configuration.
If the setting is not found, the function return the specified default value.
Reads a button setting name
from setting section section
. The section is searched inside the app configuration file first, then in system configuration.
If the setting is not found, the function return the specified default value. This function is useful to configure system-dependent button names in an application.
Prints the tree of children of node
up to the specified depth.
returns the display configuration object. See DisplayConfig
Return a list of the names of all the tiles used by the current configuration.
Switches between mono and stereo rendering mode on systems with stereo rendering support.
Prints a list and count of currently allocated refcounted objects.
Lists the modules currently active in the application.