feat: event sketch

This commit is contained in:
2026-02-25 10:31:43 +01:00
parent 73fda759c5
commit 0dd2404881
5 changed files with 80 additions and 2 deletions

6
src/event/input.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "event/input.h"
EventType InputEvent::GetType() const {
return EventType::INPUT;
}