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

◆ to_binding()

InputBinding MayaFlux::Core::InputDeviceInfo::to_binding ( ) const

Create a binding to this specific device.

Returns
InputBinding configured for this device

Definition at line 175 of file InputBinding.cpp.

176{
177 return InputBinding {
178 .backend = backend_type,
179 .device_id = id
180 };
181}
InputType backend_type
Which backend manages this device.

References MayaFlux::Core::InputBinding::backend, and backend_type.