Trait three::controls::HitCount

source ·
pub trait HitCount {
    type Output;

    fn hit_count(&self, input: &Input) -> Self::Output;
}
Expand description

Trait for Buttons and axis::Key.

Required Associated Types

Output type.

Required Methods

Implementors