mouseOutCallback : Function A callback that can be fired when the mouse is no longer over the game canvas.
[static] RIGHT_BUTTON : number Source code:
mouseUpCallback : Function A callback that can be fired when the mouse is released from a pressed down state.
callbackContext : Object The context under which callbacks are called. Source
[static] NO_BUTTON : number Source code:
event :MouseEvent | null The browser mouse DOM event. Will be null if no mouse event has ever been received.Access this property
onMouseWheel(event) The internal method that handles the mouse wheel event from the browser. Parameters
[static] MIDDLE_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
Page 3 of 4