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
fn handle_input()
fn handle_input()
Installs a hook and blocks a thread.