Function screen_work_area
pub fn screen_work_area(screen_num: i32) -> (i32, i32, i32, i32) ⓘ
Available on crate feature
dep_fltk
only.Expand description
Get a screen’s working area
If screen_num
doesn’t correspond to a valid screen number,
the main screen’s number (0
) will be used instead.