Monado OpenXR Runtime
vive_bindings.h
Go to the documentation of this file.
1// Copyright 2020-2022, Collabora, Ltd.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Shared bindings structs for @ref drv_vive & @ref drv_survive.
6 * @author Christoph Haag <christoph.haag@collabora.com>
7 * @author Jakob Bornecrantz <jakob@collabora.com>
8 * @ingroup aux_vive
9 */
10
11#pragma once
12
13#include "xrt/xrt_device.h"
14
15
16extern struct xrt_binding_profile vive_binding_profiles_index[];
17extern struct xrt_binding_profile vive_binding_profiles_wand[];
18
19extern uint32_t vive_binding_profiles_wand_count;
20extern uint32_t vive_binding_profiles_index_count;
A binding profile, has lists of binding pairs to goes from device in name to the device it hangs off ...
Definition: xrt_device.h:212
Header defining an xrt display or controller device.