Class PointingDataBaseAbstract

The base implementation class for single point interaction data.

Hierarchy

Implements

Constructors

Properties

altKeyData: boolean = false
clientXData: number = 0
clientYData: number = 0
ctrlKeyData: boolean = false
currentTargetData: null | EventTarget = null
metaKeyData: boolean = false
pageXData: number = 0
pageYData: number = 0
screenXData: number = 0
screenYData: number = 0
shiftKeyData: boolean = false
targetData: null | EventTarget = null
timeStampData: number = 0

Accessors

  • get currentTarget(): null | EventTarget
  • A reference to the currently registered target for the event. This is the object to which the event is currently slated to be sent. It's possible this has been changed along the way through retargeting.

    Returns null | EventTarget

  • get timeStamp(): number
  • The time at which the event was created (in milliseconds). By specification, this value is time since epoch—but in reality, browsers' definitions vary. In addition, work is underway to change this to be a DOMHighResTimeStamp instead.

    Returns number

Methods

Generated using TypeDoc