d/steamvr_lh: Wands as any hand controllers

This commit is contained in:
BabbleBones 2023-08-30 19:46:14 -04:00 committed by Jakob Bornecrantz
parent e49be97a3e
commit 5d35ae6dc3

View file

@ -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;