Trait dmc::game_input_device::SignedAxis [] [src]

pub trait SignedAxis: Signed {
    fn normalized_axis_bounds() -> Minmax<Self>;
}

A type that's suitable for representing a signed axis.

Required Methods

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

Implementors