mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
ext/openxr: Add XR_MNDX_system_buttons header
This commit is contained in:
parent
59d3bab0f6
commit
314fc9c583
26
src/external/openxr_includes/openxr/XR_MNDX_system_buttons.h
vendored
Normal file
26
src/external/openxr_includes/openxr/XR_MNDX_system_buttons.h
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
// Copyright 2023, Collabora, Ltd.
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
/*!
|
||||||
|
* @file
|
||||||
|
* @brief Preview header for XR_MNDX_system_buttons extension
|
||||||
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||||
|
* @ingroup external_openxr
|
||||||
|
*/
|
||||||
|
#ifndef XR_MNDX_SYSTEM_BUTTONS_H
|
||||||
|
#define XR_MNDX_SYSTEM_BUTTONS_H 1
|
||||||
|
|
||||||
|
#include <openxr/openxr.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define XR_MNDX_system_buttons 1
|
||||||
|
#define XR_MNDX_system_buttons_SPEC_VERSION 1
|
||||||
|
#define XR_MNDX_SYSTEM_BUTTONS_EXTENSION_NAME "XR_MNDX_system_buttons"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
|
@ -51,4 +51,5 @@ typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(con
|
||||||
#include "openxr/loader_interfaces.h"
|
#include "openxr/loader_interfaces.h"
|
||||||
|
|
||||||
#include "openxr/XR_MNDX_hydra.h"
|
#include "openxr/XR_MNDX_hydra.h"
|
||||||
|
#include "openxr/XR_MNDX_system_buttons.h"
|
||||||
#include "openxr/XR_MNDX_ball_on_a_stick_controller.h"
|
#include "openxr/XR_MNDX_ball_on_a_stick_controller.h"
|
||||||
|
|
Loading…
Reference in a new issue