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