Skip to main content

corners

Function corners 

Source
pub fn corners(monitors: &[MonitorRecord], space: Space) -> Vec<ResolvedPoint>
Expand description

Every monitor’s four corners, converted into space.

The far edges use size - 1: a monitor 3600 pixels wide has its last column at 3599, and asking about 3600 would land in the next monitor or off the desktop entirely.