Struct alacritty::event::Mouse [−][src]
pub struct Mouse {Show 14 fields
pub left_button_state: ElementState,
pub middle_button_state: ElementState,
pub right_button_state: ElementState,
pub last_click_timestamp: Instant,
pub last_click_button: MouseButton,
pub click_state: ClickState,
pub scroll_px: f64,
pub cell_side: Side,
pub lines_scrolled: f32,
pub block_hint_launcher: bool,
pub hint_highlight_dirty: bool,
pub inside_text_area: bool,
pub x: usize,
pub y: usize,
}Expand description
State of the mouse.
Fields
last_click_timestamp: Instantclick_state: ClickStatescroll_px: f64cell_side: Sidelines_scrolled: f32block_hint_launcher: boolhint_highlight_dirty: boolinside_text_area: boolx: usizey: usize