handle mouse events

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-09 00:17:54 +02:00
parent 60fccfeccc
commit 266114d046
53 changed files with 1144 additions and 1008 deletions

View File

@@ -2,4 +2,4 @@
#include "model/Window.h"
auto createWindow(const char *title, int width, int height) -> Window *;
auto CreateWindow(const char *title, int width, int height) -> Window *;