org.lwjgl.openxr.MLMl2ControllerInteraction 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_ML_ml2_controller_interaction extension.
*
* This extension defines the interaction profile for the Magic Leap 2 Controller.
*/
public final class MLMl2ControllerInteraction {
/** The extension specification version. */
public static final int XR_ML_ml2_controller_interaction_SPEC_VERSION = 1;
/** The extension name. */
public static final String XR_ML_ML2_CONTROLLER_INTERACTION_EXTENSION_NAME = "XR_ML_ml2_controller_interaction";
private MLMl2ControllerInteraction() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy