Trait three::controls::Hit [] [src]

pub trait Hit {
    fn hit(&self, input: &Input) -> bool;
}

Trait for Buttons.

Required Methods

Implementors