UnbindJoystickButton

From Spheriki

Jump to: navigation, search

Unbinds a bound joystick button.


Contents

Usage

UnbindJoystickButton(joystick, button);
  • joystick number, non-negative. Index of the joystick.
  • button number, non-negative. Index of the button to unbind.


Examples

If the first button of the first joystick had scripts bound to it, we can remove those bindings using:

UnbindJoystickButton(0, 0);


Notes

  • More information about binding scripts to joystick buttons can be found on the BindJoystickButton() reference page.


See also

Personal tools