callbackContext : Object The context under which the callbacks are run. Source
new Pointer(game, id, pointerMode) A Pointer object is used by the Mouse, Touch and MSPoint managers and represents a single finger
onMouseWheel(event) The internal method that handles the mouse wheel event from the browser. Parameters
removeTouchLockCallback(callback, context) → {boolean} Removes the callback at the defined index
event : Object The most recent DOM event from keydown or keyup. This is updated every time a new key is pressed or released.
[static] CONTACT A 'CONTACT' pointer has an active cursor that only tracks movement when actived; notably this is a touch-style
button : number This property was removed in Phaser 2.4 and should no longer be used.Instead please see the Pointer button
addMoveCallback(callback, context) Adds a callback that is fired every time the activePointer receives a DOM move event such as a mousemove
swapTarget(newTarget, silent) This will change the Pointer.targetObject object to be the
removeKey(keycode) Removes a Key object from the Keyboard manager. Parameters
Page 21 of 29