ScummVM API documentation
ExtraGuiOption Struct Reference

#include <metaengine.h>

Public Attributes

const char * label
 
const char * tooltip
 
const char * configOption
 
bool defaultState
 

Detailed Description

Per-game extra GUI options structure. Currently, this can only be used for options with checkboxes.

Member Data Documentation

◆ label

const char* ExtraGuiOption::label

Option label, e.g. "Fullscreen mode".

◆ tooltip

const char* ExtraGuiOption::tooltip

Option tooltip shown when the mouse cursor hovers over it.

◆ configOption

const char* ExtraGuiOption::configOption

confMan key, e.g. "fullscreen".

◆ defaultState

bool ExtraGuiOption::defaultState

Default state of the checkbox (checked or not).


The documentation for this struct was generated from the following file: