MLInputCustomHaptics.MLInputCustomHapticsPattern
Module: Input
Public Attributes
Type | Name |
---|---|
MLInputBuzzCommand | buzz |
MLInputPreDefinedPattern | pre_defined |
Detailed Description
union MLInputCustomHaptics.MLInputCustomHapticsPattern;
Either buzz command or pre-defined pattern.
Public Attributes Documentation
buzz
MLInputBuzzCommand buzz;
Type | Description |
---|---|
MLInputBuzzCommand | A structure containing information about the Buzz command to be played. |
pre_defined
MLInputPreDefinedPattern pre_defined;
Type | Description |
---|---|
MLInputPreDefinedPattern | A structure containing information about the Pre-Defined pattern to be played. |