Struct QueryKeyboardLayoutCommand
Command to query the name of the current keyboard layout from a device.
Assembly: Unity.InputSystem.dll
public struct QueryKeyboardLayoutCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
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 QueryKeyboardLayoutCommand Create()
Returns
Read the current keyboard layout name from nameBuffer.
Declaration
public string ReadLayoutName()
Returns
Declaration
public void WriteLayoutName(string name)
Parameters
Type |
Name |
Description |
string |
name |
Keyboard layout name.
|
Implements