Struct QueryDimensionsCommand
Query dimensions of a device.
Assembly: Unity.InputSystem.dll
public struct QueryDimensionsCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Declaration
public Vector2 outDimensions
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 QueryDimensionsCommand Create()
Returns
Implements