All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.openxr.BDControllerInteraction Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.3.6
Show newest version
/*
 * 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