Struct hookmap_core::common::handler::InputHandler [−][src]
pub struct InputHandler { pub button: EventHandler<ButtonEvent>, pub mouse_wheel: EventHandler<i32>, pub mouse_cursor: EventHandler<(i32, i32)>, }
Expand description
A keyboard and mouse Event Handler.
Fields
mouse_wheel: EventHandler<i32>
mouse_cursor: EventHandler<(i32, i32)>