File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Assets/MixedRealityToolkit.SDK/Features/Input/Handlers Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ namespace Microsoft.MixedReality.Toolkit.SDK.Input.Handlers
1919 /// and then repositioning the object based on that.
2020 /// </summary>
2121 public class DragAndDropHandler : BaseFocusHandler ,
22- IMixedRealityInputHandler ,
2322 IMixedRealityInputHandler < MixedRealityPose > ,
2423 IMixedRealityPointerHandler ,
2524 IMixedRealitySourceStateHandler
@@ -275,7 +274,7 @@ private void StopDragging()
275274 }
276275 }
277276
278- #region IMixedRealitySourcePoseHandler Implementation
277+ #region IMixedRealityInputHandler<MixedRealityPose> Implementation
279278
280279 void IMixedRealityInputHandler < MixedRealityPose > . OnInputChanged ( InputEventData < MixedRealityPose > eventData )
281280 {
@@ -390,15 +389,7 @@ void IMixedRealityInputHandler<MixedRealityPose>.OnInputChanged(InputEventData<M
390389 }
391390 }
392391
393- void IMixedRealityInputHandler . OnInputUp ( InputEventData eventData ) { }
394-
395- void IMixedRealityInputHandler . OnInputDown ( InputEventData eventData ) { }
396-
397- void IMixedRealityInputHandler . OnInputPressed ( InputEventData < float > eventData ) { }
398-
399- void IMixedRealityInputHandler . OnPositionInputChanged ( InputEventData < Vector2 > eventData ) { }
400-
401- #endregion IMixedRealitySourcePoseHandler Implementation
392+ #endregion IMixedRealityInputHandler<MixedRealityPose> Implementation
402393
403394 #region Private Helpers
404395
You can’t perform that action at this time.
0 commit comments