Struct QueryEnabledStateCommand
Command to find out whether a device is currently enabled or not.
Assembly: Unity.InputSystem.dll
public struct QueryEnabledStateCommand : 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 QueryEnabledStateCommand Create()
Returns
Implements