[][src]Trait onebitsy::button::Button

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

Required methods

fn is_pressed(&self) -> bool

Loading content...

Implementors

impl Button for BUTTON[src]

Loading content...