Monado OpenXR Runtime
Loading...
Searching...
No Matches
ipc_client_hand_tracker.h
Go to the documentation of this file.
1// Copyright 2026, NVIDIA CORPORATION.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief IPC client @ref xrt_hand_tracker proxy.
6 * @ingroup ipc_client
7 */
8
9#pragma once
10
12
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18struct ipc_connection;
19
21ipc_client_hand_tracker_create(struct ipc_connection *ipc_c, uint32_t id, struct xrt_hand_tracker **out_xht);
22
23#ifdef __cplusplus
24}
25#endif
enum xrt_result xrt_result_t
Result type used across Monado.
Connection.
Definition ipc_client.h:62
A hand tracker that owns device/source selection policy.
Definition xrt_hand_tracker.h:76
Header defining xrt hand tracker.