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.
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 |