The open source OpenXR runtime

d/ht_ctrl_emu: Tidy implementation

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2619>

authored by

Jakob Bornecrantz and committed by
Marge Bot
79a472e6 6663636f

+1 -2
+1 -2
src/xrt/drivers/ht_ctrl_emu/ht_ctrl_emu.cpp
··· 1 1 // Copyright 2021, Collabora, Ltd. 2 + // Copyright 2024-2025, NVIDIA CORPORATION. 2 3 // SPDX-License-Identifier: BSL-1.0 3 4 /*! 4 5 * @file ··· 485 486 cemud[i]->base.supported.orientation_tracking = true; 486 487 cemud[i]->base.supported.position_tracking = true; 487 488 488 - 489 489 cemud[i]->base.inputs[CEMU_INDEX_HAND_TRACKING].name = ht_input_names[i]; 490 490 cemud[i]->base.inputs[CEMU_INDEX_SELECT].name = XRT_INPUT_SIMPLE_SELECT_CLICK; 491 491 cemud[i]->base.inputs[CEMU_INDEX_MENU].name = XRT_INPUT_SIMPLE_MENU_CLICK; ··· 513 513 } 514 514 515 515 cemud[i]->ht_input_name = ht_input_names[i]; 516 - 517 516 cemud[i]->hand_index = i; 518 517 system->out_hand[i] = cemud[i]; 519 518