UnbindJoystickButton
From Spheriki
Unbinds a bound joystick button.
Contents |
Usage
- 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.