Type Alias ScreenPoint

Source
pub type ScreenPoint = Point2D<isize, ScreenPixelUnit>;

Aliased Type§

struct ScreenPoint {
    pub x: isize,
    pub y: isize,
}

Fields§

§x: isize§y: isize