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

◆ enqueue_input()

void MayaFlux::Core::InputManagerHandle::enqueue_input ( const InputValue value)

enqueue input value to InputManager

Definition at line 209 of file ProcessingArchitecture.cpp.

210{
211 if (m_input_manager) {
212 m_input_manager->enqueue(value);
213 }
214}
std::shared_ptr< InputManager > m_input_manager

References m_input_manager.

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

+ Here is the caller graph for this function: