Enum ControllerType
Flags identifying controller type
[Flags]
public enum ControllerType
Fields
Active = -2147483648
The active controller
All = -1
All controllers, currently equals to Touch
LeftHand = 8
Left hand
LeftTouch = 1
Left Controller
None = 0
Not a controller
RightHand = 16
Right hand
RightTouch = 2
Right Controller
Touch = LeftTouch | RightTouch
Both left and right controllers