Event touchScreenInput
Event invoked when the screen of the simulated device is clicked.
Namespace: UnityEditor.DeviceSimulation
Syntax
public event Action<TouchEvent> touchScreenInput
Returns
| Type | Description |
|---|---|
| Action<TouchEvent> | Event users can register for screen touches. |