mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
a/bindings: Fix typos in extension names
Fixes extension name entries with "XR_" prefix in touch_controller_pro & touch_controller_plus entries causing incorrect code to be generated.
This commit is contained in:
parent
8f59821336
commit
b59b11101b
|
@ -2947,7 +2947,7 @@
|
|||
"/interaction_profiles/facebook/touch_controller_pro": {
|
||||
"title": "Meta Quest Touch Pro Controller",
|
||||
"type": "tracked_controller",
|
||||
"extension": "XR_FB_touch_controller_pro",
|
||||
"extension": "FB_touch_controller_pro",
|
||||
"steamvr_controllertype": "oculus_touch",
|
||||
"monado_device": "XRT_DEVICE_TOUCH_PRO_CONTROLLER",
|
||||
"extended_by": ["ext/palm_pose", "grip_surface", "ext/hand_interaction_poses"],
|
||||
|
@ -3313,7 +3313,7 @@
|
|||
"/interaction_profiles/facebook/touch_controller_plus": {
|
||||
"title": "Meta Quest Touch Plus Controller",
|
||||
"type": "tracked_controller",
|
||||
"extension": "XR_META_touch_controller_plus",
|
||||
"extension": "META_touch_controller_plus",
|
||||
"steamvr_controllertype": "oculus_touch",
|
||||
"monado_device": "XRT_DEVICE_TOUCH_PLUS_CONTROLLER",
|
||||
"extended_by": ["ext/palm_pose", "grip_surface", "ext/hand_interaction_poses"],
|
||||
|
|
Loading…
Reference in a new issue