|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <DebugConsole.h>
Public Attributes | |
| std::string | label |
| bool * | flagPtr = nullptr |
| std::function< void(bool enabled)> | onChanged |
| std::function< void()> | onTick |
Definition at line 10 of file DebugConsole.h.
| bool* DebugToggle::flagPtr = nullptr |
Definition at line 13 of file DebugConsole.h.
| std::string DebugToggle::label |
Definition at line 12 of file DebugConsole.h.
| std::function<void(bool enabled)> DebugToggle::onChanged |
Definition at line 14 of file DebugConsole.h.
| std::function<void()> DebugToggle::onTick |
Definition at line 15 of file DebugConsole.h.