playHaptic method

void playHaptic()

Triggers haptic feedback. Throttled to preserve UI thread budget.

Implementation

void playHaptic() {
  // Disabled on Web/Mobile to protect FPS budget
  return;
}