mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
st/steamvr_drv: Word choice/clarity
This commit is contained in:
parent
2f2405fc1f
commit
894b5c955a
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue