Enum DeviceInputType
The InputType defines the types of input exposed by a controller. Denoting the available buttons / interactions that a controller supports.
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public enum DeviceInputType
Fields
Name | Description |
---|---|
ButtonNearTouch | |
ButtonPress | |
ButtonTouch | |
DirectionalPad | |
Gaze | |
Grip | |
GripNearTouch | |
GripPosition | 3 DoF Grip with only position. |
GripPress | |
GripRotation | 3 Dof Grip with only rotation. |
GripTouch | |
Hand | |
IndexFinger | |
IndexFingerNearTouch | |
IndexFingerPress | |
IndexFingerTouch | |
Menu | |
MiddleFinger | |
MiddleFingerNearTouch | |
MiddleFingerPress | |
MiddleFingerTouch | |
None | |
PinkyFinger | |
PinkyFingerNearTouch | |
PinkyFingerPress | |
PinkyFingerTouch | |
PointerClick | |
PointerPosition | 3 Dof Pointer with only position. |
PointerRotation | 3 Dof Pointer with only rotation. |
PrimaryButtonNearTouch | |
PrimaryButtonPress | |
PrimaryButtonTouch | |
RingFinger | |
RingFingerNearTouch | |
RingFingerPress | |
RingFingerTouch | |
Scroll | |
SecondaryButtonNearTouch | |
SecondaryButtonPress | |
SecondaryButtonTouch | |
Select | Select maps to the Pinch/Air Tap gesture |
SpatialGrip | 6 DoF Grip with position and rotation. |
SpatialPointer | 6 Dof Pointer with position and rotation. |
Start | |
Thumb | |
ThumbNearTouch | |
ThumbPress | |
ThumbStick | |
ThumbStickNearTouch | |
ThumbStickPress | |
ThumbStickTouch | |
ThumbTouch | |
Touchpad | |
TouchpadNearTouch | |
TouchpadPress | |
TouchpadTouch | |
Trigger | |
TriggerNearTouch | |
TriggerPress | |
TriggerTouch | |
Voice |