tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
ext/openxr: Add XR_MNDX_system_buttons header
Jakob Bornecrantz
2 years ago
314fc9c5
59d3bab0
+27
2 changed files
expand all
collapse all
unified
split
src
external
openxr_includes
openxr
XR_MNDX_system_buttons.h
xrt
include
xrt
xrt_openxr_includes.h
+26
src/external/openxr_includes/openxr/XR_MNDX_system_buttons.h
···
1
1
+
// Copyright 2023, Collabora, Ltd.
2
2
+
// SPDX-License-Identifier: BSL-1.0
3
3
+
/*!
4
4
+
* @file
5
5
+
* @brief Preview header for XR_MNDX_system_buttons extension
6
6
+
* @author Jakob Bornecrantz <jakob@collabora.com>
7
7
+
* @ingroup external_openxr
8
8
+
*/
9
9
+
#ifndef XR_MNDX_SYSTEM_BUTTONS_H
10
10
+
#define XR_MNDX_SYSTEM_BUTTONS_H 1
11
11
+
12
12
+
#include <openxr/openxr.h>
13
13
+
14
14
+
#ifdef __cplusplus
15
15
+
extern "C" {
16
16
+
#endif
17
17
+
18
18
+
#define XR_MNDX_system_buttons 1
19
19
+
#define XR_MNDX_system_buttons_SPEC_VERSION 1
20
20
+
#define XR_MNDX_SYSTEM_BUTTONS_EXTENSION_NAME "XR_MNDX_system_buttons"
21
21
+
22
22
+
#ifdef __cplusplus
23
23
+
}
24
24
+
#endif
25
25
+
26
26
+
#endif
+1
src/xrt/include/xrt/xrt_openxr_includes.h
···
51
51
#include "openxr/loader_interfaces.h"
52
52
53
53
#include "openxr/XR_MNDX_hydra.h"
54
54
+
#include "openxr/XR_MNDX_system_buttons.h"
54
55
#include "openxr/XR_MNDX_ball_on_a_stick_controller.h"