Type Alias witas::ScreenPosition

source ·
pub type ScreenPosition = Position<i32, Screen>;
Expand description

A position in screen coordinate.

Aliased Type§

struct ScreenPosition {
    pub x: i32,
    pub y: i32,
    /* private fields */
}

Fields§

§x: i32§y: i32