Class MixedRealityKeyboard
Class that can launch and hide a system keyboard specifically for HoloLens 2.
Implements a workaround for UWP TouchScreenKeyboard bug which prevents UWP keyboard from showing up again after it is closed. Unity bug tracking the issue https://fogbugz.unity3d.com/default.asp?1137074_rttdnt8t1lccmtd3
Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI
Assembly: cs.temp.dll.dll
Syntax
public class MixedRealityKeyboard : MonoBehaviour
Properties
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |
Visible
Declaration
public bool Visible { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
HideKeyboard()
Declaration
public void HideKeyboard()
ShowKeyboard()
Declaration
public void ShowKeyboard()