Skip to content

Commit 83ec941

Browse files
author
lawwong
committed
Fix controller scroll isn't working in WaveVRModule
1 parent faffa0a commit 83ec941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/HTC.UnityPlugin/VRModule/Modules/WaveVRModule.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ private IVRModuleDeviceStateRW UpdateDevicePose(uint deviceIndex, WaveVR.Device
520520
currState.serialNumber = content.type.ToString();
521521
currState.modelNumber = content.type.ToString();
522522
currState.renderModelName = content.type.ToString();
523+
currState.input2DType = VRModuleInput2DType.TouchpadOnly;
523524
}
524525

525526
// update pose
@@ -801,4 +802,4 @@ public override void TriggerHapticVibration(uint deviceIndex, float durationSeco
801802
#endif
802803
#endif
803804
}
804-
}
805+
}

0 commit comments

Comments
 (0)