pub fn get_monitor_work_area(px: i32, py: i32) -> Option<(i32, i32, i32, i32)>
Get the work area (excluding taskbar/dock) of the monitor containing (px, py). Returns (x, y, width, height) of the work area.