public class MSPointerEvent extends MouseEvent
Modifier and Type | Field and Description |
---|---|
Object |
currentPoint |
double |
height |
double |
hwTimestamp |
Object |
intermediatePoints |
Boolean |
isPrimary |
double |
pointerId |
Object |
pointerType |
double |
pressure |
static MSPointerEvent |
prototype |
double |
rotation |
double |
tiltX |
double |
tiltY |
double |
width |
altKey, button, buttons, clientX, clientY, ctrlKey, fromElement, layerX, layerY, metaKey, movementX, movementY, offsetX, offsetY, pageX, pageY, relatedTarget, screenX, screenY, shiftKey, toElement, which, x, y
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
constructor
Modifier | Constructor and Description |
---|---|
protected |
MSPointerEvent() |
|
MSPointerEvent(String typeArg) |
|
MSPointerEvent(String typeArg,
PointerEventInit eventInitDict) |
Modifier and Type | Method and Description |
---|---|
void |
getCurrentPoint(Element element) |
void |
getIntermediatePoints(Element element) |
void |
initPointerEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
double detailArg,
double screenXArg,
double screenYArg,
double clientXArg,
double clientYArg,
Boolean ctrlKeyArg,
Boolean altKeyArg,
Boolean shiftKeyArg,
Boolean metaKeyArg,
double buttonArg,
EventTarget relatedTargetArg,
double offsetXArg,
double offsetYArg,
double widthArg,
double heightArg,
double pressure,
double rotation,
double tiltX,
double tiltY,
double pointerIdArg,
Object pointerType,
double hwTimestampArg,
Boolean isPrimary) |
getModifierState, initMouseEvent
initUIEvent
initEvent, preventDefault, stopImmediatePropagation, stopPropagation
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public Object currentPoint
public double height
public double hwTimestamp
public Object intermediatePoints
public Boolean isPrimary
public double pointerId
public Object pointerType
public double pressure
public double rotation
public double tiltX
public double tiltY
public double width
public static MSPointerEvent prototype
public MSPointerEvent(String typeArg, PointerEventInit eventInitDict)
public MSPointerEvent(String typeArg)
protected MSPointerEvent()
public void getCurrentPoint(Element element)
public void getIntermediatePoints(Element element)
public void initPointerEvent(String typeArg, Boolean canBubbleArg, Boolean cancelableArg, Window viewArg, double detailArg, double screenXArg, double screenYArg, double clientXArg, double clientYArg, Boolean ctrlKeyArg, Boolean altKeyArg, Boolean shiftKeyArg, Boolean metaKeyArg, double buttonArg, EventTarget relatedTargetArg, double offsetXArg, double offsetYArg, double widthArg, double heightArg, double pressure, double rotation, double tiltX, double tiltY, double pointerIdArg, Object pointerType, double hwTimestampArg, Boolean isPrimary)