UxrButtonEventType Enumeration
Enumerates the event types supported by a controller button action
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrButtonEventType
Members
Member name | Value | Description | |
---|---|---|---|
Touching | 0 | A finger has currently contact with the button but without pressing it. | |
TouchDown | 1 | A finger started contact started with the button on the current frame. | |
TouchUp | 2 | A finger removed contact with the button on the current frame. | |
Pressing | 3 | A finger is currently pressing the button. | |
PressDown | 4 | A finger started pressing the button on the current frame. | |
PressUp | 5 | A finger released the button press on the current frame. |