MayaFlux 0.3.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 204 of file SubsystemManager.cpp.

205{
206 if (auto input = get_input_subsystem()) {
207 input->stop();
208 }
209}
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: