allows the removal of event listeners from the object target.
The event type for which the object was registered. See input.registerPointerEvent
the registered region to release for this event
Optional
if specified unregister the event only for the specific callback
Pointer Event list
input
// release the registered region on the 'pointerdown' eventme.input.releasePointerEvent('pointerdown', this); Copy
// release the registered region on the 'pointerdown' eventme.input.releasePointerEvent('pointerdown', this);
allows the removal of event listeners from the object target.