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

◆ position_y()

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

Vertical position, 0 to 1.

Definition at line 74 of file TabletNode.hpp.

75 {
76 TabletConfig cfg;
77 cfg.slot = Core::TabletFrame::Y;
78 return cfg;
79 }
@ Y
0.0 to 1.0 across the active area

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