FuncDoodle
Loading...
Searching...
No Matches
AppSettings.h File Reference

Runtime configuration and user-adjustable application settings. More...

Go to the source code of this file.

Classes

struct  FuncDoodle::AppSettings
 Represents the application's current settings and loaded from imgui.ini. More...

Namespaces

namespace  FuncDoodle
 The FuncDoodle C++ namespace.

Detailed Description

Runtime configuration and user-adjustable application settings.

This file defines the AppSettings struct, which stores global settings for FuncDoodle and is typically loaded/saved via ImGui configuration files.

Settings include toggles for audio, preview behavior, undo mode, and performance-related frame limiting.

Note
These settings are expected to persist across sessions via ImGui state.