|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::function<bool(Core::InputType, uint32_t)> MayaFlux::Registry::Service::InputService::open_device |
Open a specific input device.
| backend_type | Backend type (HID, MIDI, OSC, Serial) |
| device_id | Device identifier from InputDeviceInfo |
Delegates to appropriate backend's open_device() method. Device must exist in get_all_devices() results before opening.
Definition at line 35 of file InputService.hpp.
Referenced by MayaFlux::Core::InputManager::register_node().