isUp : boolean If the Pointer is not touching the touchscreen, or all mouse or pen buttons are up, isUp is set to true
[readonly] worldY : number Gets the Y value of this Pointer in world coordinates based on
ctrlKey : boolean The down state of the CTRL key, if pressed at the same time as this key.
new MSPointer(game) The MSPointer class handles Microsoft touch interactions with the game and the resulting Pointer objects. It
onHoldContext : Object The context under which the onHoldCallback will be called. Source
clientX : number The horizontal coordinate of the Pointer within the application's client area at which the event occurred (as
dirty : boolean A dirty pointer needs to re-poll any interactive objects it may have been over, regardless if it has moved or not
timeUp : number The timestamp when the key was last released. This is based on Game.time.now.
event :MouseEvent | null The browser mouse DOM event. Will be null if no mouse event has ever been received.Access this property
ctrlKey : boolean True if the control key was held down when this button was last pressed or released.Not supported on Gamepads
Page 17 of 29