mouseUpCallback : Function A callback that can be fired when the mouse is released from a pressed down state.
event :MouseEvent | null The browser mouse DOM event. Will be null if no mouse event has ever been received.Access this property
mouseOutCallback : Function A callback that can be fired when the mouse is no longer over the game canvas.
callbackContext : Object The context under which callbacks are called. Source
releasePointerLock() Internal release pointer lock handler. Source code:
[static] RIGHT_BUTTON : number Source code:
mouseDownCallback : Function A callback that can be fired when the mouse is pressed down.
button : number This property was removed in Phaser 2.4 and should no longer be used.Instead please see the Pointer button
[static] MIDDLE_BUTTON : number Source code:
onMouseWheel(event) The internal method that handles the mouse wheel event from the browser. Parameters
Page 3 of 4