Do not expose event handled

This commit is contained in:
Riyyi
2020-12-30 14:55:52 +01:00
parent e076c80a21
commit 40667ec056
+1 -1
View File
@@ -61,7 +61,7 @@ namespace Inferno {
virtual const char* getName() const = 0; virtual const char* getName() const = 0;
virtual EventType getType() const = 0; virtual EventType getType() const = 0;
protected: private:
bool handled = false; bool handled = false;
}; };