interface ViewportMouseMoveEvent extends TimelineEvent

Event generated when the mouse is moving over the viewport.

Properties
clientX, clientY, time

Properties

clientX

Horizontal coordinate of the mouse pointer, relative to the browser page.

Type:
number
clientY

Vertical coordinate of the mouse pointer, relative to the browser page.

Type:
number
time

Time matching with the coordinates of the mouse pointer.

Type:
number