Renamed to Project Engine
This commit is contained in:
4
events/keyEvent.h
Normal file → Executable file
4
events/keyEvent.h
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#include "terminal.h"
|
||||
#include "engine.h"
|
||||
#include "event.h"
|
||||
|
||||
class KeyEvent : public Event {
|
||||
@@ -25,4 +25,4 @@ class KeyTypedEvent : public Event {
|
||||
inline int getWindowID() const { return windowID; }
|
||||
inline const char* getText() const { return text.c_str(); }
|
||||
EventType getType() const { return EventType::KeyTyped; }
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user