|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::function<void(Core::InputType, uint32_t)> MayaFlux::Registry::Service::InputService::close_device |
Close a specific input device.
| backend_type | Backend type (HID, MIDI, OSC, Serial) |
| device_id | Device identifier |
Stops receiving events from device and releases resources. Safe to call on already-closed or non-existent devices (no-op).
Definition at line 45 of file InputService.hpp.