mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-23 23:21:46 +00:00
21 lines
571 B
C
21 lines
571 B
C
// Copyright 2020-2022, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Shared bindings structs for @ref drv_vive & @ref drv_survive.
|
|
* @author Christoph Haag <christoph.haag@collabora.com>
|
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
|
* @ingroup drv_vive
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "xrt/xrt_device.h"
|
|
|
|
|
|
extern struct xrt_binding_profile vive_binding_profiles_index[];
|
|
extern struct xrt_binding_profile vive_binding_profiles_wand[];
|
|
|
|
extern uint32_t vive_binding_profiles_wand_count;
|
|
extern uint32_t vive_binding_profiles_index_count;
|