Enum RecordingInputModule.TouchData.type
A type of recordable action performed by the user.
Namespace: UnityEngine.EventSystems
Syntax
public enum type
Fields
| Name | Description | Value |
|---|---|---|
| none | 0 | |
| press | 1 | |
| release | 2 | |
| move | 3 | |
| drag | 4 | |
| key | 5 | |
| input | 7 | |
| button | 8 | |
| keyName | 9 |