
org.lwjgl.openxr.FBTouchControllerProximity 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_FB_touch_controller_proximity extension.
*
* This extension introduces a new component path, proximity_fb, and adds support for it for the pathname:/interaction_profiles/oculus/touch_controller interaction profile.
*/
public final class FBTouchControllerProximity {
/** The extension specification version. */
public static final int XR_FB_touch_controller_proximity_SPEC_VERSION = 1;
/** The extension name. */
public static final String XR_FB_TOUCH_CONTROLLER_PROXIMITY_EXTENSION_NAME = "XR_FB_touch_controller_proximity";
private FBTouchControllerProximity() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy