Type Alias wezterm_input_types::ScreenPoint
source · pub type ScreenPoint = Point2D<isize, ScreenPixelUnit>;
Aliased Type§
struct ScreenPoint {
pub x: isize,
pub y: isize,
/* private fields */
}
Fields§
§x: isize
§y: isize