|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Register callback for input values.
| callback | Function to call when input arrives |
The callback may be called from a backend-specific thread. Implementations should document their threading model.
Implements MayaFlux::Core::IInputBackend.
Definition at line 318 of file HIDBackend.cpp.
References m_callback_mutex, and m_input_callback.