sim3d.io.Joystick
Description
Use the sim3d.io.Joystick
object to create an interface between a
joystick input device and the 3D environment.
Creation
Description
creates a
joystick object capable of interfacing with a joystick device.joystick
= sim3d.io.Joystick()
specifies options using one or more name-value arguments. For example, if the joystick
supports force-feedback capability, to enable force feedback, set
joystick
= sim3d.io.Joystick(Name=Value
)ForceFeedback
to 1
.
The sim3d.io.Joystick
object supports all joystick devices that use the
Microsoft® APIs DirectInput
and XInput
components
as their communication protocols.
Name-Value Arguments
Output Arguments
Properties
Object Functions
Version History
Introduced in R2025a
See Also
sim3d.World
| add
| run
| sim3d.io.SpaceMouse
| Simulation 3D Joystick