|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::InputManager::enqueue | ( | const InputValue & | value | ) |
Enqueue an input value for processing.
| value | The input value from a backend |
Thread-safe. Called from backend threads. Wakes processing thread if sleeping.
Definition at line 95 of file InputManager.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::InputManagement, m_queue, m_queue_notify, and MF_WARN.