Function fltk::app::screen_xywh

source ·
pub fn screen_xywh(screen_num: i32) -> (i32, i32, i32, i32)
Expand description

Get a screen’s xywh

If screen_num doesn’t correspond to a valid screen number, the main screen’s number (0) will be used instead.