Reference for get_rumble_supported
Determine if the joystick supports rumble. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
Image
Joystick (future)
get_rumble_supported
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
Text
Transform
Purpose
Query the joystick to see if it supports rumble.
Snippet
Determine if the first joystick found supports rumble.
joysticks = sketch.get_joysticks() first_joystick = joysticks[0] supports_rumble = first_joystick.get_rumble_supported()
Availability
Not yet available. Planned for future release.