Enum pscontroller_rs::JogControl
[−]
[src]
pub enum JogControl { Stop, Hold, Left, Right, Unknown1, Unknown2, Unknown3, }
What we want the JogCon's wheel to do after we poll it
Variants
Stop
Stop the motor
Hold
Hold the wheel in position (and return it if it moves)
Left
Start turning the wheel left
Right
Start turning the wheel right
Unknown1
Unknown 1
Unknown2
Unknown 2
Unknown3
Unknown 3