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
Name | Description | |
---|---|---|
UxrKeyboardKeyEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
IsPress | Gets whether it was a press (true) or release (false). | |
Key | Gets the key that was pressed/released. | |
Line | 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
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |