Joystick Toolkit - Functions
The following functions are available:
Utility Functions
vrjoysticklist | Get or print the available joystick devices. |
isvrjoystick | Check if input value is a vrjoystick object |
Joystick Functions
vrjoystick | Attempt to open a joystick. |
@octave_joystick/axis | Get the value of axis ID on joystick JOY. |
@octave_joystick/button | Get the value of button ID on joystick JOY. |
@octave_joystick/caps | Get the capabilities joystick JOY. |
@octave_joystick/close | Close opened joystick JOY. |
@octave_joystick/force | Apply forcefeedback on axis ID on joystick JOY. |
@octave_joystick/pov | Get the value of pov ID on joystick JOY. |
@octave_joystick/read | Get the value of all axes, buttons and povs joystick JOY. |