#pragma once #include "terminal.h" #include "event.h" class EventHandler { public: EventHandler(); bool handleEvent(const Event*, Layer*); };