Enum VRInputDeviceCapability
A collection of capabilities for VR input devices.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public enum VRInputDeviceCapability
Fields
Name | Description |
---|---|
DirectionalInput | Indicates if an input device has a directional input method (eg. joystick or touchpad). |
DPad | Indicates if the controller has a digital input pad. |
Haptic | Indicates if the controller supports haptic feedback. |
None | |
PositionalTracking | Indicates if an input device has positional tracking (true for 6 DOF input devices). |
Touch | Indicates if an input device supports touch events (ie. touch-down, touch-up, touching) (true for devices with touchpads). |
TriggerButton | Indicates if the controller has a trigger button. |