UxrKeyboardKeyEventArgs Constructor

Constructor.

Namespace: UltimateXR.UI.Helpers.Keyboard
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public UxrKeyboardKeyEventArgs(
	UxrKeyboardKeyUI key,
	bool isPress,
	string line
)

Parameters

 

key
Type: UltimateXR.UI.Helpers.Keyboard.UxrKeyboardKeyUI
Key that was pressed
isPress
Type: System.Boolean
Is it a press or a release?
line
Type: System.String
Current line

See Also

Reference

UxrKeyboardKeyEventArgs Class
UltimateXR.UI.Helpers.Keyboard Namespace