File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Assets/MixedRealityToolkit.Providers/WindowsMixedReality Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ public override void UpdateController(InteractionSourceState interactionSourceSt
129129
130130 base . UpdateController ( interactionSourceState ) ;
131131
132+ UpdateHandData ( interactionSourceState ) ;
133+
132134 for ( int i = 0 ; i < Interactions ? . Length ; i ++ )
133135 {
134136 switch ( Interactions [ i ] . InputType )
@@ -189,13 +191,11 @@ private async void SetHandMeshObserver(SpatialInteractionSourceState sourceState
189191#endif
190192
191193 /// <summary>
192- /// Update the "Controller" input from the device
194+ /// Update the hand data from the device.
193195 /// </summary>
194- /// <param name="interactionSourceState">The InteractionSourceState retrieved from the platform</param>
195- protected override void UpdateControllerData ( InteractionSourceState interactionSourceState )
196+ /// <param name="interactionSourceState">The InteractionSourceState retrieved from the platform. </param>
197+ private void UpdateHandData ( InteractionSourceState interactionSourceState )
196198 {
197- base . UpdateControllerData ( interactionSourceState ) ;
198-
199199#if WINDOWS_UWP
200200 // Articulated hand support is only present in the 18362 version and beyond Windows
201201 // SDK (which contains the V8 drop of the Universal API Contract). In particular,
You can’t perform that action at this time.
0 commit comments