mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-16 10:40:06 +00:00
d/steamvr_lh: Wands as any hand controllers
This commit is contained in:
parent
e49be97a3e
commit
5d35ae6dc3
|
@ -767,6 +767,8 @@ ControllerDevice::handle_property_write(const vr::PropertyWrite_t &prop)
|
|||
break;
|
||||
}
|
||||
default: {
|
||||
this->device_type = XRT_DEVICE_TYPE_ANY_HAND_CONTROLLER;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue