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

◆ stop_input_subsystem()

void MayaFlux::Core::SubsystemManager::stop_input_subsystem ( )

Stop the input subsystem.

Definition at line 219 of file SubsystemManager.cpp.

220{
221 if (auto input = get_input_subsystem()) {
222 input->stop();
223 }
224}
std::shared_ptr< InputSubsystem > get_input_subsystem()
Get typed access to the input subsystem.

References get_input_subsystem().

+ Here is the call graph for this function: