PointerContact import { PointerContact } from "destack:input/binding"; Pointer contact geometry. export struct PointerContact { width: float64; height: float64; } language/library/src/input/binding/pointer.ds:54:59 Members width: float64 Contact width in the reported coordinate space. height: float64 Contact height in the reported coordinate space.