6 references to HapticFeedbackType
Microsoft.Maui.Essentials (6)
HapticFeedback\HapticFeedback.shared.cs (3)
19 void Perform(HapticFeedbackType type); 31 public static void Perform(HapticFeedbackType type = HapticFeedbackType.Click) =>
HapticFeedback\HapticFeedback.uwp.cs (3)
15 public async void Perform(HapticFeedbackType type) 48 static ushort ConvertType(HapticFeedbackType type) => 51 HapticFeedbackType.LongPress => KnownSimpleHapticsControllerWaveforms.Press,