add window context

This commit is contained in:
lauchmelder 2025-01-07 21:14:59 +01:00
parent aada1f9636
commit 18c0a431dc
11 changed files with 105 additions and 28 deletions

View file

@ -30,7 +30,7 @@ public:
}
void OnEvent(qk::Event& event) override {
QK_TRACE(event);
// QK_TRACE(event);
}
};