UxrKeyboardKeyUI.GetSingleLayoutValueNoForceLabel Method

Gets the character that would be printed if the key was pressed.

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

Syntax

C#

public char GetSingleLayoutValueNoForceLabel(
	bool shift,
	bool altGr
)

Parameters

 

shift
Type: System.Boolean
Whether shift is pressed
altGr
Type: System.Boolean
Whether alt gr is pressed

Return Value

Type: Char
Character that would be printed

See Also

Reference

UxrKeyboardKeyUI Class
UltimateXR.UI.Helpers.Keyboard Namespace