I’m implementing GamepadManager to support Xbox controller input. Everything works perfectly (buttons, sticks, triggers, etc.), but I couldn’t find any API for vibration or haptic feedback.
Is there a built-in way to make the controller vibrate in Babylon.js, or do I need to access the Gamepad vibration features directly through the browser’s Gamepad API? If so, can you show an example of how to do it properly with Babylon’s GamepadManager?