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

@@ -8,6 +8,8 @@ public:
WaylandWindowImpl(size_t width, size_t height);
~WaylandWindowImpl() override;
static void Init();
public:
bool Dispatch() override;
void OnFrame(IFrameListener fn) override;