Mouse#releasePointerLock()

releasePointerLock() Internal release pointer lock handler. Source code: input/Mouse.js (Line 587)

Mouse#pointerLockChange()

pointerLockChange(event) Internal pointerLockChange handler. Parameters Name Type Description event Event The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 562)

Mouse#pointerLock

pointerLock : Phaser.Signal This event is dispatched when the browser enters or leaves pointer lock state. Source code: input/Mouse.js (Line 107)

Mouse#onMouseWheel()

onMouseWheel(event) The internal method that handles the mouse wheel event from the browser. Parameters Name Type Description event MouseEvent The native event from the browser. Source code: input/Mouse.js (Line 504)

Mouse#onMouseUpGlobal()

onMouseUpGlobal(event) The internal method that handles the mouse up event from the window. Parameters Name Type Description event MouseEvent The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 386)

Mouse#onMouseUp()

onMouseUp(event) The internal method that handles the mouse up event from the browser. Parameters Name Type Description event MouseEvent The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 356)

Mouse#onMouseOver()

onMouseOver(event) The internal method that handles the mouse over event from the browser. Parameters Name Type Description event MouseEvent The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 480)

Mouse#onMouseOutGlobal()

onMouseOutGlobal(event) The internal method that handles the mouse out event from the window. Parameters Name Type Description event MouseEvent The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 408)

Mouse#onMouseOut()

onMouseOut(event) The internal method that handles the mouse out event from the browser. Parameters Name Type Description event MouseEvent The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 444)

Mouse#onMouseMove()

onMouseMove(event) The internal method that handles the mouse move event from the browser. Parameters Name Type Description event MouseEvent The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 326)