MouseTouchEventArgs

Interface representing the event arguments for the mouse and touch event.

MouseTouchEventArgs extends the Event interface. For more information, please see the documentation on MDN. View Details

Properties

changedTouches MouseTouchEventArgs[]

Gets individual points of contact whose states changed between the previous touch event and this one.

clientX Number

Gets the horizontal coordinate.

clientY Number

Gets the vertical coordinate.

Methods

preventDefault Void

Gets or sets a value indicating whether the default action should be cancelled.