Function screen_num
pub fn screen_num(x: i32, y: i32) -> i32
Available on crate feature
dep_fltk
only.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.