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 242 of file SubsystemManager.cpp.

243{
244 if (auto input = get_input_subsystem()) {
245 input->stop();
246 }
247}
Core::GlobalInputConfig input
Definition Config.cpp:36
std::shared_ptr< InputSubsystem > get_input_subsystem()
Get typed access to the input subsystem.

References get_input_subsystem(), and input.

+ Here is the call graph for this function: