Skip to content

Commit 5f030b3

Browse files
author
David Kline (ANALOG)
committed
update comment, re-enable caret
1 parent a2871ff commit 5f030b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Assets/HoloToolkit/UX/Scripts/Keyboard.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ public void PresentKeyboard()
378378

379379
OnPlacement(this, EventArgs.Empty);
380380

381-
//This bring up the default keyboard in MR so the user is presented with TWO keyboards
382-
//InputField.ActivateInputField();
381+
// todo: if the app is built for xaml, our prefab and the system keyboard will be displayed.
382+
// this feels like a side effect that Unity may need to fix.
383+
InputField.ActivateInputField();
383384

384385
SetMicrophoneDefault();
385386
}

0 commit comments

Comments
 (0)