Joystick Toolkit - Functions
The following functions are available:
Utility Functions
| vrjoysticklist | Get or print the available joystick devices. |
| isvrjoystick | Check whether an input value is a vrjoystick object. |
Joystick Functions
| vrjoystick | Open a joystick device. |
| @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 of joystick JOY. |
| @octave_joystick/close | Close opened joystick JOY. |
| @octave_joystick/force | Apply force-feedback to axis ID on joystick JOY. |
| @octave_joystick/pov | Get the value of pov ID on joystick JOY. |
| @octave_joystick/read | Get the values of all axes, buttons, and POVs on joystick JOY. |