Renamed to Project Engine
This commit is contained in:
4
events/mouseEvent.h
Normal file → Executable file
4
events/mouseEvent.h
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#include "terminal.h"
|
||||
#include "engine.h"
|
||||
#include "event.h"
|
||||
|
||||
class MouseButtonEvent : public Event {
|
||||
@@ -30,4 +30,4 @@ class MouseScrolledEvent : public Event {
|
||||
inline int getX() const { return x; }
|
||||
inline int getY() const { return y; }
|
||||
EventType getType() const { return EventType::MouseScrolled; }
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user