Monado OpenXR Runtime
rift_bindings.h
Go to the documentation of this file.
1// Copyright 2025, Beyley Cardellio
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Bindings for the Rift Touch Controllers.
6 * @author Beyley Cardellio <ep1cm1n10n123@gmail.com>
7 * @ingroup drv_rift
8 */
9
10#include "xrt/xrt_device.h"
11
12
13extern struct xrt_binding_profile touch_profile_bindings[];
14extern uint32_t touch_profile_bindings_count;
15
16extern struct xrt_binding_profile remote_profile_bindings[];
17extern uint32_t remote_profile_bindings_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:240
Header defining an xrt display or controller device.