Enum pscontroller_rs::JogState
[−]
[src]
pub enum JogState { TurnedLeft, TurnedRight, AtMaximum, }
What state the JogCon's wheel was in last poll
Variants
TurnedLeft
The wheel was turned left
TurnedRight
The wheel was turned right
AtMaximum
The wheel met its maximum recordable distance