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

◆ wheel()

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

Wheel rotation this frame, degrees.

Definition at line 130 of file TabletNode.hpp.

131 {
132 TabletConfig cfg;
133 cfg.slot = Core::TabletFrame::WHEEL;
134 cfg.smoothing = SmoothingMode::NONE;
135 return cfg;
136 }
@ NONE
No smoothing - immediate value changes (buttons)
@ WHEEL
Degrees of wheel rotation this sample.

References MayaFlux::Nodes::Input::NONE, slot, MayaFlux::Nodes::Input::InputConfig::smoothing, and MayaFlux::Core::TabletFrame::WHEEL.