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

◆ with_tablet()

static GlobalInputConfig MayaFlux::Core::GlobalInputConfig::with_tablet ( )
inlinestatic

Create config with the tablet backend enabled.

Definition at line 345 of file GlobalInputConfig.hpp.

346 {
347 GlobalInputConfig config;
348 config.tablet.enabled = true;
349 return config;
350 }

References MayaFlux::Core::TabletBackendInfo::enabled, and tablet.