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.

Search Results for

    Show / Hide Table of Contents

    Class MixedRealityKeyboard

    Class that can launch and hide a system keyboard specifically for Windows Mixed Reality devices (HoloLens 2, Windows Mixed Reality).

    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
    MixedRealityKeyboardBase
    MixedRealityKeyboard
    Inherited Members
    MixedRealityKeyboardBase.Visible
    MixedRealityKeyboardBase.CaretIndex
    MixedRealityKeyboardBase.OnShowKeyboard
    MixedRealityKeyboardBase.OnCommitText
    MixedRealityKeyboardBase.OnHideKeyboard
    MixedRealityKeyboardBase.HideKeyboard()
    MixedRealityKeyboardBase.ShowKeyboard(String, Boolean)
    MixedRealityKeyboardBase.ClearKeyboardText()
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityKeyboard : MixedRealityKeyboardBase

    Properties

    Text

    Returns the committed text.

    Declaration
    public override string Text { get; protected set; }
    Property Value
    Type Description
    String
    Overrides
    MixedRealityKeyboardBase.Text
    In This Article
    Back to top Generated by DocFX