monitor: modernize/refactor last legacy-handled events

This commit is contained in:
Vaxry
2024-10-19 16:21:47 +01:00
parent 48bf32c5de
commit 62ee5cc273
5 changed files with 74 additions and 116 deletions

View File

@@ -186,6 +186,7 @@ class CMonitor {
void setCTM(const Mat3x3& ctm);
void debugLastPresentation(const std::string& message);
void onMonitorFrame();
bool m_bEnabled = false;
bool m_bRenderingInitPassed = false;