Reference for get_joystick_id
Get the unique identifier for a joystick-like device. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
Image
Joystick (future)
get_joystick_id
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
Text
Transform
Purpose
Get a unique identifier for a joystick as provided by the underlying platform.
Snippet
Get the unique identifier for the first joystick found.
joysticks = sketch.get_joysticks() first_joystick = joysticks[0] first_id = first_joystick.get_joystick_id()
Availability
Not yet available. Planned for future release.