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

◆ get_input_manager()

std::shared_ptr< InputManager > MayaFlux::Core::Engine::get_input_manager ( )
inline

Gets the input manager.

Returns
Shared pointer to the InputManager for handling user input

The InputManager manages various input devices (HID, MIDI, etc.). Access through Engine ensures proper device initialization and event routing.

Definition at line 312 of file Engine.hpp.

312{ return m_input_manager; }
std::shared_ptr< InputManager > m_input_manager
Input manager (HID/MIDI/etc.)
Definition Engine.hpp:405

Referenced by MayaFlux::get_input_manager().

+ Here is the caller graph for this function: