doc: Document !1992

This commit is contained in:
Jakob Bornecrantz 2023-10-20 14:01:13 +01:00 committed by korejan
parent c5f4f0ab7a
commit c1acbfec4a
10 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1 @@
u/system_helpers: Add static system device helper.

View file

@ -0,0 +1,3 @@
Add hot-switch support for input devices like controllers and gamepads. This is
not full hot-plug support, but instead only enables switching between devices
created at start.

View file

@ -0,0 +1 @@
remote: Add support for new dynamic device roles.

View file

@ -0,0 +1 @@
all: Add support for dynamic device roles.

View file

@ -0,0 +1 @@
t/common: Add support for new dynamic device roles.

View file

@ -0,0 +1 @@
t/sdl_test: Add support for new dynamic device roles.

View file

@ -0,0 +1 @@
t/cli: Add support for new dynamic device roles.

View file

@ -0,0 +1 @@
OpenXR: Add support for new dynamic device roles.

View file

@ -0,0 +1 @@
steamvr_drv: Add support for new dynamic device roles.

View file

@ -0,0 +1,2 @@
Extend @ref xrt_system_devices with dynamic roles for input devices and add
function @ref xrt_system_devices_get_roles to get updated devices.