added logging
This commit is contained in:
@@ -38,7 +38,10 @@ public:
|
||||
}
|
||||
|
||||
// This function is intended to be non pure, if it is called when the derived class doesn't exist anymore
|
||||
virtual void handle(Event& event);
|
||||
virtual void handle(Event& event)
|
||||
{
|
||||
CLOG(WARNING, INPUT_LOGGER) << "Called EventHandler parent class";
|
||||
}
|
||||
|
||||
private:
|
||||
std::shared_ptr<InputDriver> input_driver;
|
||||
|
||||
Reference in New Issue
Block a user