constant for left button
constant for middle button
constant for right button
the button property indicates which button was pressed on the mouse to trigger the event.
the horizontal coordinate within the application's client area at which the event occurred
the vertical coordinate within the application's client area at which the event occurred
an unsigned long representing the unit of the delta values scroll amount
deltaMode
https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaMode
Pointer
a double representing the horizontal scroll amount in the Wheel Event deltaMode unit.
a double representing the vertical scroll amount in the Wheel Event deltaMode unit.
a double representing the scroll amount in the z-axis, in the Wheel Event deltaMode unit.
the originating Event Object
Event X coordinate relative to the holding container
Event Y coordinate relative to the holding container
Event X coordinate relative to the viewport
Event Y coordinate relative to the viewport
Event X coordinate relative to the map
Event Y coordinate relative to the map
Event normalized X coordinate within the game canvas itself
Event normalized Y coordinate within the game canvas itself
true if not originally a pointer event
indicates whether or not the pointer device that created the event is the primary pointer.
isPrimary
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/isPrimary
Pointer
true if the pointer is currently locked
the difference in the X coordinate of the pointer since the previous move event
movementX
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX
Pointer
the difference in the Y coordinate of the pointer since the previous move event
movementY
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementY
Pointer
the horizontal coordinate at which the event occurred, relative to the left edge of the entire document.
the vertical coordinate at which the event occurred, relative to the left edge of the entire document.
The unique identifier of the contact for a touch, mouse or pen
pointerId
Pointer
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pointerId
the object type (used internally)
bottom coordinate of the bound
center position of the bound on the x axis
center position of the bound on the y axis
width of the bounds
left coordinate of the bound
right coordinate of the bound
top coordinate of the bound
width of the bounds
x position of the bound
y position of the bounds
add the given bounds to the bounds definition.
Optional
clear: boolean = falseeither to reset the bounds before adding the new vertices
add the given quad coordinates to this bound definition, multiplied by the given matrix
left X coordinates of the quad
top Y coordinates of the quad
right X coordinates of the quad
bottom y coordinates of the quad
Optional
m: anyan optional transform to apply to the given frame coordinates
a pointer object, representing a single finger on a touch enabled device.