Skip to main content
Version: 20 Mar 2024

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

TypeNameDescription
in PreDefinedpreDefinedPatternA 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;