The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Use function helper [NFC]

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_xdev.c
··· 37 37 oxr_xdev_update(struct xrt_device *xdev) 38 38 { 39 39 if (xdev != NULL) { 40 - xdev->update_inputs(xdev); 40 + xrt_device_update_inputs(xdev); 41 41 } 42 42 } 43 43