feat: input handler work

This commit is contained in:
2026-02-25 10:08:29 +01:00
parent dde47e7fac
commit 73fda759c5
10 changed files with 174 additions and 28 deletions

View File

@@ -35,6 +35,8 @@ public:
Window(size_t width, size_t height);
virtual ~Window();
static void Init();
Window(const Window &) = delete;
Window(Window &&) = delete;