1 2 3 4 5 6 7 8 9
#include "EventSystem.h" using namespace crepe; void EventSystem::fixed_update() { EventManager & ev = this->mediator.event_manager; ev.dispatch_events(); }