This commit is contained in:
boreddevnl
2026-03-04 21:41:58 +01:00
parent 9bb62a5ade
commit d49d082712
226 changed files with 71703 additions and 37 deletions

View File

@@ -26,6 +26,7 @@
#define GUI_EVENT_RIGHT_CLICK 3
#define GUI_EVENT_CLOSE 4
#define GUI_EVENT_KEY 5
#define GUI_EVENT_KEYUP 10
#define GUI_EVENT_MOUSE_DOWN 6
#define GUI_EVENT_MOUSE_UP 7