3#include <NDEVR/ApplicationOptions.h>
4#include <NDEVR/Event.h>
31 static bool IsTouchOptimized();
33 static bool IsFieldMode();
35 static void SetFieldMode(
bool field_mode);
37 static WidgetMode DefaultSystemWidgetMode();
72 static void ResetOptionsToDefaults();
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
A core part of the engine, stores variables that can be listened to with ResourceListener.
Definition Toggle.h:41
Logic for reading or writing to a string or a user friendly, TranslatedString.
Definition StringStream.h:118
Any text displayed to the user should be defined as a TranslatedString which allows the.
Definition TranslatedString.h:13