MayaFlux 0.2.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.
OSCBackendInfo osc
OSC backend configuration.
SerialBackendInfo serial
Serial backend configuration.
bool enabled
Enable Serial backend.

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