FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::AppSettings Struct Reference

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.

Detailed Description

Represents the application's current settings and loaded from imgui.ini.

Member Data Documentation

◆ FrameLimit

float FuncDoodle::AppSettings::FrameLimit = 1000.0

Target frame cap used by the main loop.

◆ Preview

bool FuncDoodle::AppSettings::Preview = true

Enables previous-frame preview rendering.

◆ Sfx

bool FuncDoodle::AppSettings::Sfx = false

Enables UI and project sound effects.

◆ UndoByStroke

bool FuncDoodle::AppSettings::UndoByStroke
Initial value:
=
true

Groups freehand strokes into single undo steps.


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