MayaFlux 0.2.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 294 of file Engine.hpp.

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

Referenced by MayaFlux::get_input_manager().

+ Here is the caller graph for this function: