|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
#include <ProcessingArchitecture.hpp>
Collaboration diagram for MayaFlux::Core::InputManagerHandle:Public Member Functions | |
| InputManagerHandle (std::shared_ptr< InputManager > input_manager) | |
| Constructs handle for specific InputManager. | |
| void | start () |
| start InputManager | |
| void | stop () |
| stop InputManager | |
| void | unregister () |
| unregister all nodes from InputManager | |
| void | enqueue_input (const InputValue &value) |
| enqueue input value to InputManager | |
Private Attributes | |
| std::shared_ptr< InputManager > | m_input_manager |
Definition at line 220 of file ProcessingArchitecture.hpp.