pub fn mouse_hit(area: Rect, col: u16, row: u16) -> bool
Returns true if the terminal cell (col, row) falls inside area.
true
(col, row)
area
Use this to map a crossterm::event::MouseEvent to a widget that was rendered at a known Rect.
crossterm::event::MouseEvent
Rect