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

◆ close_device

std::function<void(Core::InputType, uint32_t)> MayaFlux::Registry::Service::InputService::close_device

Close a specific input device.

Parameters
backend_typeBackend type (HID, MIDI, OSC, Serial)
device_idDevice 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.