Class HTCXViveTrackerInteraction

java.lang.Object
org.lwjgl.openxr.HTCXViveTrackerInteraction

public class HTCXViveTrackerInteraction extends Object
  • Field Details

    • XR_HTCX_vive_tracker_interaction_SPEC_VERSION

      public static final int XR_HTCX_vive_tracker_interaction_SPEC_VERSION
      See Also:
    • XR_HTCX_VIVE_TRACKER_INTERACTION_EXTENSION_NAME

      public static final String XR_HTCX_VIVE_TRACKER_INTERACTION_EXTENSION_NAME
      See Also:
    • XR_TYPE_VIVE_TRACKER_PATHS_HTCX

      public static final int XR_TYPE_VIVE_TRACKER_PATHS_HTCX
      See Also:
    • XR_TYPE_EVENT_DATA_VIVE_TRACKER_CONNECTED_HTCX

      public static final int XR_TYPE_EVENT_DATA_VIVE_TRACKER_CONNECTED_HTCX
      See Also:
  • Method Details

    • nxrEnumerateViveTrackerPathsHTCX

      public static int nxrEnumerateViveTrackerPathsHTCX(XrInstance instance, int pathCapacityInput, long pathCountOutput, long paths)
      XrResult xrEnumerateViveTrackerPathsHTCX(XrInstance instance, uint32_t pathCapacityInput, uint32_t * pathCountOutput, XrViveTrackerPathsHTCX * paths)
    • xrEnumerateViveTrackerPathsHTCX

      public static int xrEnumerateViveTrackerPathsHTCX(XrInstance instance, IntBuffer pathCountOutput, @Nullable XrViveTrackerPathsHTCX.Buffer paths)
      XrResult xrEnumerateViveTrackerPathsHTCX(XrInstance instance, uint32_t pathCapacityInput, uint32_t * pathCountOutput, XrViveTrackerPathsHTCX * paths)