Class KeyboardExtensions
Inheritance
System.Object
KeyboardExtensions
Namespace: UnityEngine.InputSystem
Syntax
public static class KeyboardExtensions
Methods
IsModifierKey(Key)
Declaration
public static bool IsModifierKey(this Key key)
Parameters
Type | Name | Description |
---|---|---|
Key | key |
Returns
Type | Description |
---|---|
System.Boolean |
IsTextInputKey(Key)
Declaration
public static bool IsTextInputKey(this Key key)
Parameters
Type | Name | Description |
---|---|---|
Key | key |
Returns
Type | Description |
---|---|
System.Boolean |