Enum InputRemoting.MessageType
Enumeration of possible types of messages exchanged between two InputRemoting instances.
Namespace: UnityEngine.InputSystem
Syntax
public enum MessageType : int
Fields
Name | Description | Value |
---|---|---|
Connect | 0 | |
Disconnect | 1 | |
NewLayout | 2 | |
NewDevice | 3 | |
NewEvents | 4 | |
RemoveDevice | 5 | |
RemoveLayout | 6 | |
ChangeUsages | 7 | |
StartSending | 8 | |
StopSending | 9 |