pointerEvent top-level property

dynamic get pointerEvent

The state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.

MDN Reference

Implementation

_i2.dynamic get pointerEvent => _i4.getProperty(
      _self,
      'PointerEvent',
    );