Skip to main content
Version: 20 Mar 2024

MLInputCustomHaptics.MLInputCustomHapticsPattern

Module: Input

More...

Public Attributes

TypeName
MLInputBuzzCommandbuzz
MLInputPreDefinedPatternpre_defined

Detailed Description

union MLInputCustomHaptics.MLInputCustomHapticsPattern;

Either buzz command or pre-defined pattern.


Public Attributes Documentation

buzz

MLInputBuzzCommand buzz;
TypeDescription
MLInputBuzzCommandA structure containing information about the Buzz command to be played.

pre_defined

MLInputPreDefinedPattern pre_defined;
TypeDescription
MLInputPreDefinedPatternA structure containing information about the Pre-Defined pattern to be played.