events property

List<PointerEvent> events
final

The event list of the record.

This can be considered as a simulation of the events expanded from the PointerDataPacket.

See PointerEventConverter.expand.

Implementation

final List<PointerEvent> events;