Reference for Joystick
Information about a joystick-like device. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
Image
Joystick (future)
Joystick
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
Text
Transform
Purpose
Object representing a joystick-like device.
Snippet
Get the number of axes for the first joystick.
joysticks = sketch.get_joysticks() first_joystick = joysticks[0] num_axes = first_joystick.get_num_axes()
Availability
Not yet available. Planned for future release.