Struct QueryCanRunInBackground
Queries to see if this device is able to continue to send updates and state changes when the application is not if focus.
Assembly: Unity.InputSystem.dll
public struct QueryCanRunInBackground : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Declaration
public bool canRunInBackground
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 QueryCanRunInBackground Create()
Returns
Implements
See Also