Input.Unsubscribe
static void Unsubscribe(InputSource eventSource, BtnState eventTypes, Action`3 onEvent)
Unsubscribes a listener from input events.
| InputSource eventSource | The source this listener was originally registered for. |
| BtnState eventTypes | The events this listener was originally registered for. |
| Action`3 onEvent | The callback this listener originally used. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!