Struct DisableDeviceCommand
Command to tell the runtime to no longer send events for the given device.
Assembly: Unity.InputSystem.dll
public struct DisableDeviceCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
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 DisableDeviceCommand Create()
Returns
Implements