Type Alias Pos

Source
pub type Pos = (usize, usize);
Expand description

A (x, y) position on screen.