Method GetTouch
GetTouch(int)
Interface to Input.GetTouch. Can be overridden to provide custom input instead of using the Input class.
Declaration
public virtual Touch GetTouch(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Touch index to get |
Returns
| Type | Description |
|---|---|
| Touch |