pub type ContactGeometry = PhysicalSize<f64>;Expand description
The size of an input, usually touch.
If this is not provided by the underlying API, platform, or device, then it should be a single pixel.
Aliased Type§
pub struct ContactGeometry {
pub width: f64,
pub height: f64,
}Fields§
§width: f64§height: f64