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

◆ notify_device_change()

void MayaFlux::Core::TabletBackend::notify_device_change ( const InputDeviceInfo info,
bool  connected 
)
private

Definition at line 975 of file TabletBackend.cpp.

976{
977 std::lock_guard lock(m_callback_mutex);
978 if (m_device_callback) {
979 m_device_callback(info, connected);
980 }
981}

References m_callback_mutex, and m_device_callback.

Referenced by adopt_device().

+ Here is the caller graph for this function: