Enum pscontroller_rs::JogState [] [src]

pub enum JogState {
    TurnedLeft,
    TurnedRight,
    AtMaximum,
}

What state the JogCon's wheel was in last poll

Variants

The wheel was turned left

The wheel was turned right

The wheel met its maximum recordable distance

Trait Implementations

Auto Trait Implementations

impl Send for JogState

impl Sync for JogState