Reference for start_rumble
Start 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)
start_rumble
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
Text
Transform
Purpose
If available, start the joystick rumble. 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()