|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
HID backend configuration. More...
#include <GlobalInputConfig.hpp>
Collaboration diagram for MayaFlux::Core::HIDBackendInfo:Public Attributes | |
| bool | enabled {} |
| Enable HID backend. | |
| std::vector< HIDDeviceFilter > | filters |
| Device filters (empty = all devices) | |
| bool | auto_open {} |
| Auto-open matching devices on start. | |
| size_t | read_buffer_size { 64 } |
| Per-device read buffer size. | |
| int | poll_timeout_ms { 10 } |
| Polling timeout in milliseconds. | |
| bool | auto_reconnect { true } |
| Auto-reconnect disconnected devices. | |
| uint32_t | reconnect_interval_ms { 1000 } |
| Reconnection attempt interval. | |
HID backend configuration.
Definition at line 105 of file GlobalInputConfig.hpp.