Input backend type enumeration.
| Enumerator |
|---|
| HID | Generic HID devices (game controllers, custom hardware)
|
| MIDI | MIDI controllers and instruments.
|
| OSC | Open Sound Control (network)
|
| SERIAL | Serial port communication (Arduino, etc.)
|
| CUSTOM | User-defined input backends.
|
Definition at line 8 of file InputBinding.hpp.
8 : uint8_t {
14};
@ OSC
Open Sound Control (network)
@ HID
Generic HID devices (game controllers, custom hardware)
@ MIDI
MIDI controllers and instruments.
@ SERIAL
Serial port communication (Arduino, etc.)