get_monitor_work_area

Function get_monitor_work_area 

Source
pub fn get_monitor_work_area(px: i32, py: i32) -> Option<(i32, i32, i32, i32)>
Expand description

Get the work area (excluding taskbar/dock) of the monitor containing (px, py). Returns (x, y, width, height) of the work area.