feat: event sketch
This commit is contained in:
6
src/event/input.cpp
Normal file
6
src/event/input.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "event/input.h"
|
||||
|
||||
EventType InputEvent::GetType() const {
|
||||
return EventType::INPUT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user