Struct QueryKeyNameCommand
Command to query the current name of a key according to the current keyboard layout.
Assembly: Unity.InputSystem.dll
public struct QueryKeyNameCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Declaration
Field Value
Declaration
Field Value
Properties
Declaration
public static FourCC Type { get; }
Property Value
The data format identifier of the device command as a FourCC code.
Declaration
public FourCC typeStatic { get; }
Property Value
Methods
Declaration
public static QueryKeyNameCommand Create(Key key)
Parameters
Type |
Name |
Description |
Key |
key |
|
Returns
Declaration
public string ReadKeyName()
Returns
Implements