deleteMoveCallback(callback, context)
Removes the callback from the Phaser.Input.moveCallbacks array.
Parameters
Name | Type | Description |
---|---|---|
callback | function | The callback to be removed. |
context | object | The context in which the callback exists. |
- Source code: input/Input.js (Line 527)
Please login to continue.