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

◆ notify_device_change()

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

Definition at line 455 of file HIDBackend.cpp.

456{
457 std::lock_guard lock(m_callback_mutex);
458 if (m_device_callback) {
459 m_device_callback(info, connected);
460 }
461}
DeviceCallback m_device_callback

References m_callback_mutex, and m_device_callback.

Referenced by refresh_devices().

+ Here is the caller graph for this function: