We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    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

    Inheritance
    Object
    MixedRealityKeyboard
    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()
    Back to top Generated by DocFX