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

◆ slider()

static TabletConfig MayaFlux::Nodes::Input::TabletConfig::slider ( )
inlinestatic

Barrel pressure or finger wheel, -1 to 1.

Definition at line 122 of file TabletNode.hpp.

123 {
124 TabletConfig cfg;
125 cfg.slot = Core::TabletFrame::SLIDER;
126 return cfg;
127 }
@ SLIDER
-1.0 to 1.0, barrel pressure or finger wheel

References MayaFlux::Core::TabletFrame::SLIDER, and slot.