UxrInputButtons Enumeration

Enumerates all buttons in a VR controller. They are flags so that they can be combined when calling different methods.

Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

[FlagsAttribute]
public enum UxrInputButtons


Members

Member nameValueDescription
None0
Joystick1
JoystickLeft2
JoystickRight4
JoystickUp8
JoystickDown16
Joystick232
Joystick2Left64
Joystick2Right128
Joystick2Up256
Joystick2Down512
DPadLeft1024
DPadRight2048
DPadUp4096
DPadDown8192
Trigger16384
Trigger232768
Grip65536
Button1131072
Button2262144
Button3524288
Button41048576
Bumper2097152
Bumper24194304
Back8388608
Menu16777216
ThumbCapSense33554432
IndexCapSense67108864
MiddleCapSense134217728
RingCapSense268435456
LittleCapSense536870912
Any-2147483648
Everything-1

See Also

Reference

UltimateXR.Devices Namespace