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

◆ any_enabled()

bool MayaFlux::Core::GlobalInputConfig::any_enabled ( ) const
inline

Check if any backend is enabled.

Definition at line 259 of file GlobalInputConfig.hpp.

260 {
262 }
HIDBackendInfo hid
HID backend configuration.
MIDIBackendInfo midi
MIDI backend configuration.
OSCConfigInfo osc
OSC backend configuration.
SerialBackendInfo serial
Serial backend configuration.
bool enabled
Enable OSC backend.
bool enabled
Enable Serial backend.

References MayaFlux::Core::HIDBackendInfo::enabled, MayaFlux::Core::MIDIBackendInfo::enabled, MayaFlux::Core::OSCConfigInfo::enabled, and MayaFlux::Core::SerialBackendInfo::enabled.