#include <metaengine.h>
Public Attributes | |
| const char * | label |
| const char * | tooltip |
| const char * | configOption |
| bool | defaultState |
Per-game extra GUI options structure. Currently, this can only be used for options with checkboxes.
| const char* ExtraGuiOption::label |
Option label, e.g. "Fullscreen mode".
| const char* ExtraGuiOption::tooltip |
Option tooltip shown when the mouse cursor hovers over it.
| const char* ExtraGuiOption::configOption |
confMan key, e.g. "fullscreen".
| bool ExtraGuiOption::defaultState |
Default state of the checkbox (checked or not).