Type Alias CursorPoint

Source
pub type CursorPoint = Point2D<f64, ()>;

Aliased Type§

#[repr(C)]
pub struct CursorPoint { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64