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

◆ stop()

void MayaFlux::Core::InputManagerHandle::stop ( )

stop InputManager

Definition at line 200 of file ProcessingArchitecture.cpp.

201{
202 if (m_input_manager) {
203 m_input_manager->stop();
204 }
205}
std::shared_ptr< InputManager > m_input_manager

References m_input_manager.

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

+ Here is the caller graph for this function: