UxrControllerInput.ButtonFlags Enumeration
Enumerates the different button flags representing button states. Flags are described by UxrInputButtons.
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
protected enum ButtonFlags
Members
| Member name | Value | Description | |
|---|---|---|---|
| TouchFlagsLeft | 0 | Touch state flags for the left controller. | |
| PressFlagsLeft | 1 | Press state flags for the left controller. | |
| TouchFlagsRight | 2 | Touch state flags for the right controller. | |
| PressFlagsRight | 3 | Press state flags for the right controller. |