Struct RequestResetCommand
A command to tell the runtime to reset the device to it's default state.
Assembly: Unity.InputSystem.dll
public struct RequestResetCommand : 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 RequestResetCommand Create()
Returns
Implements
See Also