Function fltk::app::screen_num

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

Returns the screen number of a screen that contains the specified position

If the coordinates are out of bounds, the main screen’s number (0) will be returned instead.