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

◆ tilt_y()

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

Tilt about the y axis, degrees.

Definition at line 106 of file TabletNode.hpp.

107 {
108 TabletConfig cfg;
109 cfg.slot = Core::TabletFrame::TILT_Y;
110 return cfg;
111 }
@ TILT_Y
-90.0 to 90.0 degrees

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