
org.lwjgl.openxr.BDControllerInteraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-openxr Show documentation
Show all versions of lwjgl-openxr Show documentation
A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openxr;
/**
* The XR_BD_controller_interaction extension.
*
* This extension defines the interaction profile for PICO Neo3, PICO 4, and PICO G3 Controllers.
*/
public final class BDControllerInteraction {
/** The extension specification version. */
public static final int XR_BD_controller_interaction_SPEC_VERSION = 2;
/** The extension name. */
public static final String XR_BD_CONTROLLER_INTERACTION_EXTENSION_NAME = "XR_BD_controller_interaction";
private BDControllerInteraction() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy