UxrKeyboardKeyEventArgs Class

Key press/release event parameters.

Inheritance Hierarchy

System.Object
  System.EventArgs
    UltimateXR.UI.Helpers.Keyboard.UxrKeyboardKeyEventArgs
Namespace: UltimateXR.UI.Helpers.Keyboard
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public class UxrKeyboardKeyEventArgs : EventArgs


The UxrKeyboardKeyEventArgs type exposes the following members.

Constructors

NameDescription
Public methodUxrKeyboardKeyEventArgs Constructor.

Properties

NameDescription
Public propertyIsPress Gets whether it was a press (true) or release (false).
Public propertyKey Gets the key that was pressed/released.
Public propertyLine Gets the current line content. If it was a keypress event and the the keypress was the ENTER key then the line before pressing ENTER is passed.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.UI.Helpers.Keyboard Namespace