Command to query the current name of a key according to the current keyboard layout.
public struct QueryKeyNameCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Declaration
Field Value
Type |
Description |
System.Byte* |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public static FourCC Type { get; }
Property Value
Declaration
public FourCC typeStatic { get; }
Property Value
Implements
Methods
Declaration
public static QueryKeyNameCommand Create(Key key)
Parameters
Type |
Name |
Description |
Key |
key |
|
Returns
Declaration
public string ReadKeyName()
Returns
Type |
Description |
System.String |
|