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

◆ get_all_devices

std::function<std::vector<Core::InputDeviceInfo>()> MayaFlux::Registry::Service::InputService::get_all_devices

Query all available input devices across all backends.

Returns
Vector of device info structures

Returns devices from all registered backends (HID, MIDI, OSC, Serial). Used by InputManager to resolve VID/PID bindings to device IDs.

Definition at line 24 of file InputService.hpp.

Referenced by MayaFlux::Core::InputManager::register_node().