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

◆ InputType

enum class MayaFlux::Core::InputType : uint8_t
strong

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 {
9 HID, ///< Generic HID devices (game controllers, custom hardware)
10 MIDI, ///< MIDI controllers and instruments
11 OSC, ///< Open Sound Control (network)
12 SERIAL, ///< Serial port communication (Arduino, etc.)
13 CUSTOM ///< User-defined input backends
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.)