Trait three::controls::Hit

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

Trait for Buttons.

Required Methods

Implementors