The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !2522

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

+7 -1
+7 -1
doc/changes/misc_fixes/mr.2522.md
··· 1 - fix replace old hand-tracking role name strings with new ones. 1 + ### Added 2 + - [libmonado] Added checks for new hand-tracking role names for `mnd_root_get_device_from_role` 3 + ### Changed 4 + - [libmonado] Deprecated the role name strings `"hand-tracking-[left|right]"` for `mnd_root_get_device_from_role`, 5 + these now map to `"hand-tracking-unobstructed-[left|right]"`, to removed in the future. 6 + ### Fixed 7 + - [libmonado] Fixed `monado.py` using old hand-tracking role names in `Monado.get_device_roles`