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

◆ notify_input()

void MayaFlux::Core::TabletBackend::notify_input ( const InputValue value)
private

Definition at line 967 of file TabletBackend.cpp.

968{
969 std::lock_guard lock(m_callback_mutex);
970 if (m_input_callback) {
972 }
973}
float value

References m_callback_mutex, m_input_callback, and value.

Referenced by emit_frame().

+ Here is the caller graph for this function: