Skip to content

Commit

Permalink
Update MagicLeapMRTKController.cs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
katvlasova authored Mar 28, 2022
1 parent 2fea254 commit d17a581
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void CleanupController()
public override MixedRealityInteractionMapping[] DefaultLeftHandedInteractions => new[]
{
new MixedRealityInteractionMapping(0, "Spatial Pointer", AxisType.SixDof, DeviceInputType.SpatialPointer),
new MixedRealityInteractionMapping(1, "Select", AxisType.Digital, DeviceInputType.Select),
new MixedRealityInteractionMapping(1, "Select", AxisType.Digital, DeviceInputType.ButtonPress),
new MixedRealityInteractionMapping(2, "Bumper Press", AxisType.Digital, DeviceInputType.ButtonPress),
new MixedRealityInteractionMapping(3, "Home Press", AxisType.Digital, DeviceInputType.ButtonPress),
new MixedRealityInteractionMapping(4, "Touchpad Touch", AxisType.Digital, DeviceInputType.ButtonPress),
Expand All @@ -93,7 +93,7 @@ public void CleanupController()
public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions => new[]
{
new MixedRealityInteractionMapping(0, "Spatial Pointer", AxisType.SixDof, DeviceInputType.SpatialPointer),
new MixedRealityInteractionMapping(1, "Select", AxisType.Digital, DeviceInputType.Select),
new MixedRealityInteractionMapping(1, "Select", AxisType.Digital, DeviceInputType.ButtonPress),
new MixedRealityInteractionMapping(2, "Bumper Press", AxisType.Digital, DeviceInputType.ButtonPress),
new MixedRealityInteractionMapping(3, "Home Press", AxisType.Digital, DeviceInputType.ButtonPress),
new MixedRealityInteractionMapping(4, "Touchpad Touch", AxisType.Digital, DeviceInputType.TouchpadTouch),
Expand Down

0 comments on commit d17a581

Please sign in to comment.