MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / ApplicationState

Class ApplicationState

Examples/SCExample/SCExample.cpp:88–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88struct ApplicationState
89{
90 static constexpr int NumPauseFrames = 2;
91
92 int pausedCounter = 0;
93 int continueDrawingForMs = 500;
94 int timeoutOccursEveryMs = 2000;
95 int numberOfFrames = 0;
96
97 // EventLoop
98 String loopMessage = "Waiting for first timeout...";
99 int loopTimeouts = 1;
100
101 Time::Monotonic loopTime;
102};
103
104struct ApplicationSystem
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected