Trait hookmap_core::common::button::ButtonState [−][src]
pub trait ButtonState { fn is_pressed(&self) -> bool; }
Required methods
fn is_pressed(&self) -> bool
fn is_pressed(&self) -> bool
Returns true
if a button is pressed.