menu
PointerContact
import { PointerContact } from "destack:input/binding";
Pointer contact geometry.
1export struct PointerContact {2 width: float64;3 height: float64;4}Members
width: float64Contact width in the reported coordinate space.
height: float64Contact height in the reported coordinate space.