pub fn point_in_rect( rect_x: u16, rect_y: u16, width: u16, height: u16, x: u16, y: u16, ) -> bool
Check if a point is within a rectangle