Create a new PointerMove.
Readonly
altIs alt being pressed?
Readonly
ctrlIs control being pressed?
Readonly
focusThe focus type of this event. Can be null.
If null, this event cannot be focused, since events are focused by their FocusType as a group.
Readonly
needsCan this event be dispatched without a target?
Readonly
reversedIs this event dispatched in reverse-order?
Readonly
shiftIs shift being pressed?
Readonly
targetThe target of this event. Can be null
Readonly
xPointer event position's X coordinate in pixels. Not an integer.
Readonly
yPointer event position's Y coordinate in pixels. Not an integer.
Create a new Event with the same properties as this, except with a new given target.
Create a new PointerEvent event with the same properties as this, except with new x and y values corrected for a given offset.
Generated using TypeDoc
A pointer move PointerEvent.
Has a focus type of Pointer and does not need focus.