|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
Typedefs | |
| using | Clock = std::chrono::steady_clock |
Functions | |
| bool | timeElapsedMs (Clock::time_point &last, int ms) |
| bool | keyDownImGui (ImGuiKey imguiKey) |
| void | ToasterChanged (std::weak_ptr< ImGuiToaster > toaster_, bool on) |
| void | ToasterTick (std::weak_ptr< ImGuiToaster > toaster_) |
| void | MouseCircleChanged (bool on) |
| void | MouseCircleTick () |
| void | FpsOverlayChanged (bool on) |
| void | FpsOverlayTick () |
| void | PingLogChanged (bool on) |
| void | PingLogTick () |
| void | RegisterToasterToggles (std::weak_ptr< ImGuiToaster > toaster_) |
| void | RegisterAllDefaultToggles () |
Variables | |
| bool | gMasterEnabled = false |
| bool | gEnableToasterTest = false |
| Clock::time_point | gToasterLast = Clock::now() |
| bool | gEnableMouseCircle = false |
| bool | gEnableFpsOverlay = false |
| bool | gEnablePingLog = false |
| Clock::time_point | gPingLast = Clock::now() |
| using DebugActions::Clock = std::chrono::steady_clock |
Definition at line 18 of file DebugActions.h.
|
inline |
Definition at line 107 of file DebugActions.h.
|
inline |
Definition at line 111 of file DebugActions.h.
|
inline |
Definition at line 31 of file DebugActions.h.
|
inline |
Definition at line 89 of file DebugActions.h.
|
inline |
Definition at line 93 of file DebugActions.h.
|
inline |
Definition at line 125 of file DebugActions.h.
|
inline |
Definition at line 129 of file DebugActions.h.
|
inline |
Definition at line 154 of file DebugActions.h.
|
inline |
Definition at line 140 of file DebugActions.h.
|
inline |
Definition at line 20 of file DebugActions.h.
|
inline |
Definition at line 44 of file DebugActions.h.
|
inline |
Definition at line 60 of file DebugActions.h.
|
inline |
Definition at line 106 of file DebugActions.h.
|
inline |
Definition at line 88 of file DebugActions.h.
|
inline |
Definition at line 123 of file DebugActions.h.
|
inline |
Definition at line 41 of file DebugActions.h.
|
inline |
Definition at line 38 of file DebugActions.h.
|
inline |
Definition at line 124 of file DebugActions.h.
|
inline |
Definition at line 42 of file DebugActions.h.