Trait dmc::game_input_device::UnsignedAxis [] [src]

pub trait UnsignedAxis: Num {
    fn normalized_axis_bounds() -> Minmax<Self>;
}

A type that's suitable for representing an unsigned axis.

Required Methods

(-1,1) for real numbers, (MIN,MAX) for integers.

Implementors