Trait hookmap_core::common::handler::HandleInput[][src]

pub trait HandleInput {
    fn handle_input();
}
Expand description

Installs a hook in the way of each platform. This needs to implement for InputHandler.

Required methods

Installs a hook and blocks a thread.

Implementors