Type Alias ScreenPoint

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

Aliased Type§

#[repr(C)]
pub struct ScreenPoint { pub x: isize, pub y: isize, }

Fields§

§x: isize§y: isize