st/steamvr_drv: Word choice/clarity

This commit is contained in:
Ryan Pavlik 2022-05-17 17:04:05 -05:00
parent 2f2405fc1f
commit 894b5c955a
2 changed files with 2 additions and 2 deletions

View file

@ -243,7 +243,7 @@ public:
{
SteamVRDriverControlOutput out;
// for the future: XRT_GET_OUTPUT_TYPE(monado_output_name);
/// @todo when there are multiple output types: XRT_GET_OUTPUT_TYPE(monado_output_name);
enum xrt_output_type monado_output_type = XRT_OUTPUT_TYPE_VIBRATION;
out.monado_output_type = monado_output_type;

View file

@ -15,7 +15,7 @@
* @defgroup st_ovrd SteamVR driver provider
*
* Wraps a @ref xrt_instance and one or more @ref xrt_device and exposes those
* to SteamVR via the OpenVR driver interface.
* to SteamVR through the OpenVR driver interface.
*
* @ingroup xrt
*/