Data for pointer events.

Hierarchy

  • PointerData

Properties

Properties

bounds: {
    height: number;
    width: number;
}

The size of the bounds.

Type declaration

  • height: number
  • width: number
point: null | {
    x: number;
    y: number;
}

The pointer coordinates.

Generated using TypeDoc