Interface PointerEvent

All Superinterfaces:
Event, MouseEvent, UIEvent
All Known Implementing Classes:
PointerEventImpl

public interface PointerEvent extends MouseEvent
The PointerEvent interface represents 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.
See Also: