MLInputPreDefinedPattern
A structure containing information about the Pre-Defined pattern to be played.
Inherits from:
IInputDeviceCommandInfo
Public Methods
MLInputPreDefinedPattern
public MLInputPreDefinedPattern(
in PreDefined preDefinedPattern
)
Parameters
Type | Name | Description |
---|---|---|
in PreDefined | preDefinedPattern | A structure containing information about the Pre-Defined pattern to be played. |
Public Attributes
Pattern
Pre-defined pattern to be played.
public readonly uint Pattern;
Version
Version of this structure.
public readonly uint Version;
typeStatic
public FourCC typeStatic => commandType;