|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Vruta::EventManager::cancel_event | ( | const std::shared_ptr< Event > & | event | ) |
Cancels and removes a event from the manager.
| event | Shared pointer to the event to cancel |
This method removes a event from the manager, preventing it from executing further. It's used to stop events that are no longer needed or to clean up before shutting down the engine.
Definition at line 42 of file EventManager.cpp.
References m_events.