Reference for stop_rumble
Stop the rumble feature on a joystick-like device. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
Image
Joystick (future)
stop_rumble
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
Text
Transform
Purpose
Stop any rumble currently active on a joystick-like device. Does nothing if no rumble feature available.
Snippet
Start rumbling the first joystick.
joysticks = sketch.get_input_axis() first_joystick = joysticks[0] first_joystick.start_rumble()