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