NonNativeKeyboard.OnKeyboardFunctionKeyPressed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event fired when function key on keyboard is pressed. Fires before internal keyboard state is updated.
public:
event Action<Microsoft::MixedReality::Toolkit::Experimental::UI::KeyboardKeyFunc ^> ^ OnKeyboardFunctionKeyPressed;
public event Action<Microsoft.MixedReality.Toolkit.Experimental.UI.KeyboardKeyFunc> OnKeyboardFunctionKeyPressed;
member this.OnKeyboardFunctionKeyPressed : Action<Microsoft.MixedReality.Toolkit.Experimental.UI.KeyboardKeyFunc>
Public Event OnKeyboardFunctionKeyPressed As Action(Of KeyboardKeyFunc)