mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
d/vive/conteroller: Porting to static u_logging.
This commit is contained in:
parent
0708863e55
commit
8ce0f73585
|
@ -397,7 +397,7 @@ vive_controller_device_get_tracked_pose(struct xrt_device *xdev,
|
|||
{
|
||||
struct vive_controller_device *d = vive_controller_device(xdev);
|
||||
|
||||
// printf("input name %d %d\n", name, XRT_INPUT_VIVE_GRIP_POSE);
|
||||
// U_LOG_D("input name %d %d", name, XRT_INPUT_VIVE_GRIP_POSE);
|
||||
if (name != XRT_INPUT_VIVE_AIM_POSE &&
|
||||
name != XRT_INPUT_VIVE_GRIP_POSE &&
|
||||
name != XRT_INPUT_INDEX_AIM_POSE &&
|
||||
|
|
Loading…
Reference in a new issue