MayaFlux 0.2.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 115 of file InputBinding.cpp.

116{
117 return InputBinding {
118 .backend = backend_type,
119 .device_id = id
120 };
121}
InputType backend_type
Which backend manages this device.

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