* --joystick-buttons-ignore option can be used to ignore joystick buttons

(rather than all non-command-assigned buttons being used asi
  left-mouse-click)
 * Updated docs re: joysticks a bit.
This commit is contained in:
William Kendrick 2014-03-31 05:54:32 +00:00
parent 2146904cb0
commit e6365974f6
8 changed files with 62 additions and 10 deletions

View file

@ -80,6 +80,7 @@ struct cfginfo
const char *joystick_button_save;
const char *joystick_button_pagesetup;
const char *joystick_button_print;
const char *joystick_buttons_ignore;
};