input.unbindPointer
unbindPointer(button: number) → {}
unbind the defined keycode
me.input.unbindPointer(me.input.pointer.LEFT);
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
button | number |
<optional> |
input.pointer.LEFT |
(accordingly to W3C values : 0,1,2 for left, middle and right buttons) |
Type | Description |
---|