MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_event_manager()

MAYAFLUX_API std::shared_ptr< Vruta::EventManager > MayaFlux::get_event_manager ( )

Gets the event manager from the default engine.

Returns
Shared pointer to the centrally managed EventManager

Returns the event manager that's managed by the default engine instance. Used for handling windowing and input events.

Definition at line 19 of file Chronie.cpp.

20{
22}
std::shared_ptr< Vruta::EventManager > get_event_manager()
Gets the event manager.
Definition Engine.hpp:265
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56

References get_context(), and MayaFlux::Core::Engine::get_event_manager().

+ Here is the call graph for this function: