triggerSimpleHapticEvent method

void triggerSimpleHapticEvent(
  1. InputHandle inputHandle,
  2. EControllerHapticLocation hapticLocation,
  3. int nIntensity,
  4. int nGainDB,
  5. int nOtherIntensity,
  6. int nOtherGainDB,
)

Implementation

void triggerSimpleHapticEvent(
  InputHandle inputHandle,
  EControllerHapticLocation hapticLocation,
  int nIntensity,
  int nGainDB,
  int nOtherIntensity,
  int nOtherGainDB,
) =>
    _triggerSimpleHapticEvent.call(
      this,
      inputHandle,
      hapticLocation.value,
      nIntensity,
      nGainDB,
      nOtherIntensity,
      nOtherGainDB,
    );