|
FuncDoodle
|
Represents the application's current settings and loaded from imgui.ini. More...
#include <AppSettings.h>
Public Attributes | |
| bool | Sfx = false |
| Enables UI and project sound effects. | |
| bool | Preview = true |
| Enables previous-frame preview rendering. | |
| bool | UndoByStroke |
| Groups freehand strokes into single undo steps. | |
| float | FrameLimit = 1000.0 |
| Target frame cap used by the main loop. | |
Represents the application's current settings and loaded from imgui.ini.
| float FuncDoodle::AppSettings::FrameLimit = 1000.0 |
Target frame cap used by the main loop.
| bool FuncDoodle::AppSettings::Preview = true |
Enables previous-frame preview rendering.
| bool FuncDoodle::AppSettings::Sfx = false |
Enables UI and project sound effects.
| bool FuncDoodle::AppSettings::UndoByStroke |
Groups freehand strokes into single undo steps.