Events
This commit is contained in:
@@ -16,9 +16,9 @@ class ImguiModule : public Archimedes::Module {
|
||||
|
||||
~ImguiModule();
|
||||
|
||||
void onLoad();
|
||||
void onLoad() override;
|
||||
|
||||
bool onEvent(const Archimedes::Event& e) { return false; }
|
||||
bool onEvent(const Archimedes::Event&) override;
|
||||
|
||||
ImGuiContext* getContext() { return context; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user