removeTouchLockCallback(callback, context) → {boolean}
Removes the callback at the defined index from the Phaser.Touch.touchLockCallbacks array
Parameters
Name Type Description callback function The callback to be removed. context object The context in which the callback exists.
Returns
boolean - True if the callback was deleted, otherwise false.
Source code: input/Touch.js (Line 222)