We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7115015 commit a223741Copy full SHA for a223741
Assets/MRTK/SDK/Features/Input/Handlers/ObjectManipulator.cs
@@ -577,6 +577,8 @@ public Vector3 GetPointerGrabPoint(uint pointerId)
577
public virtual void OnPointerDown(MixedRealityPointerEventData eventData)
578
{
579
if (eventData.used ||
580
+ eventData.Pointer == null ||
581
+ eventData.Pointer.Result == null ||
582
(!allowFarManipulation && eventData.Pointer as IMixedRealityNearPointer == null))
583
584
return;
0 commit comments