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

◆ stop()

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

stop InputManager

Definition at line 195 of file ProcessingArchitecture.cpp.

196{
197 if (m_input_manager) {
198 m_input_manager->stop();
199 }
200}
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: