Skip to content

Commit 9341de2

Browse files
Updated InputManager
Minor formatting fix
1 parent 0cc0a65 commit 9341de2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Assets/HoloToolkit/Input/Scripts/InputManager.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,15 +638,13 @@ public void RaiseNavigationCanceled(IInputSource source, uint sourceId, Vector3
638638

639639
#region Speech Events
640640

641-
642641
private static readonly ExecuteEvents.EventFunction<ISpeechHandler> OnSpeechKeywordRecognizedEventHandler =
643642
delegate (ISpeechHandler handler, BaseEventData eventData)
644643
{
645644
SpeechKeywordRecognizedEventData casted = ExecuteEvents.ValidateEventData<SpeechKeywordRecognizedEventData>(eventData);
646645
handler.OnSpeechKeywordRecognized(casted);
647646
};
648647

649-
650648
public void RaiseSpeechKeywordPhraseRecognized(IInputSource source, uint sourceId, ConfidenceLevel confidence, TimeSpan phraseDuration, DateTime phraseStartTime, SemanticMeaning[] semanticMeanings, string text)
651649
{
652650
// Create input event
@@ -727,4 +725,4 @@ public void RaiseDictationError(IInputSource source, uint sourceId, string dicta
727725
#endregion // Dictation Events
728726

729727
}
730-
}
728+
}

0 commit comments

Comments
 (0)