start handling monitors

This commit is contained in:
vaxerski
2022-03-17 16:56:33 +01:00
parent cf51ab71a2
commit d6c2553af2
9 changed files with 175 additions and 7 deletions

View File

@@ -22,4 +22,7 @@ namespace Events {
LISTENER(outputMgrApply);
LISTENER(outputMgrTest);
LISTENER(monitorFrame);
LISTENER(monitorDestroy);
};