Package com.jme3.system.jopenvr
Interface JOpenVRLibrary.EVRControllerAxisType
- Enclosing class:
- JOpenVRLibrary
public static interface JOpenVRLibrary.EVRControllerAxisType
native declaration : headers\openvr_capi.h:702
enum values
enum values
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
native declaration : headers\openvr_capi.h:700static final int
native declaration : headers\openvr_capi.h:698static final int
native declaration : headers\openvr_capi.h:699static final int
native declaration : headers\openvr_capi.h:701
-
Field Details
-
EVRControllerAxisType_k_eControllerAxis_None
static final int EVRControllerAxisType_k_eControllerAxis_Nonenative declaration : headers\openvr_capi.h:698- See Also:
-
EVRControllerAxisType_k_eControllerAxis_TrackPad
static final int EVRControllerAxisType_k_eControllerAxis_TrackPadnative declaration : headers\openvr_capi.h:699- See Also:
-
EVRControllerAxisType_k_eControllerAxis_Joystick
static final int EVRControllerAxisType_k_eControllerAxis_Joysticknative declaration : headers\openvr_capi.h:700- See Also:
-
EVRControllerAxisType_k_eControllerAxis_Trigger
static final int EVRControllerAxisType_k_eControllerAxis_Triggernative declaration : headers\openvr_capi.h:701- See Also:
-