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

pub trait ButtonInput {
    fn press(&self);
fn release(&self); fn click(&self) { ... } }

Required methods

Emulates the action of pressing a button.

Emulates the action of pressing a button.

Provided methods

Presses the button and releases it immediately.

Implementors