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

◆ start()

void MayaFlux::Core::InputManagerHandle::start ( )

start InputManager

Definition at line 193 of file ProcessingArchitecture.cpp.

194{
195 if (m_input_manager) {
196 m_input_manager->start();
197 }
198}
std::shared_ptr< InputManager > m_input_manager

References m_input_manager.

Referenced by MayaFlux::Core::InputSubsystem::start().

+ Here is the caller graph for this function: