pointerType property

String get pointerType

The pointerType read-only property of the PointerEvent interface indicates the device type (mouse, pen, or touch) that caused a given pointer event.

Implementation

external String get pointerType;