Abstract Create a new PointerEvent.
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.
Abstract cloneAbstract correctCreate 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 Event.
Has a focus type decided by the child classes and does not need focus.