
org.lwjgl.openxr.OPPOControllerInteraction Maven / Gradle / Ivy
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openxr;
/**
* The XR_OPPO_controller_interaction extension.
*
* This extension defines a new interaction profile for the OPPO Controller, including but not limited to OPPO MR Glasses Controller.
*/
public final class OPPOControllerInteraction {
/** The extension specification version. */
public static final int XR_OPPO_controller_interaction_SPEC_VERSION = 1;
/** The extension name. */
public static final String XR_OPPO_CONTROLLER_INTERACTION_EXTENSION_NAME = "XR_OPPO_controller_interaction";
private OPPOControllerInteraction() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy