Trait hookmap_core::common::button::ButtonState[][src]

pub trait ButtonState {
    fn is_pressed(&self) -> bool;
}

Required methods

Returns true if a button is pressed.

Implementors