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 KeyBindingPopupWindow

    Utility window that listens to input events to set a key binding. Pressing a key or mouse button will define the binding and then immediately close the popup.

    Inheritance
    Object
    KeyBindingPopupWindow
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class KeyBindingPopupWindow : EditorWindow
    Remarks

    The shift keys don't raise input events on their own, so this popup does not work for shift keys. These have to be bound by selecting from the traditional dropdown list.

    Methods

    Show(SerializedProperty)

    Create a new popup.

    Declaration
    public static void Show(SerializedProperty keyBinding)
    Parameters
    Type Name Description
    SerializedProperty keyBinding
    In This Article
    Back to top Generated by DocFX