Joystick button can be config'd to activate Fill tool

https://sourceforge.net/p/tuxpaint/feature-requests/199/
This commit is contained in:
Bill Kendrick 2023-02-18 14:17:55 -08:00
parent a4020ef8c5
commit 95cc093b80
5 changed files with 33 additions and 3 deletions

View file

@ -80,6 +80,7 @@ struct cfginfo
const char *joystick_button_selectshapestool;
const char *joystick_button_selecttexttool;
const char *joystick_button_selectlabeltool;
const char *joystick_button_selectfilltool;
const char *joystick_button_selectmagictool;
const char *joystick_button_undo;
const char *joystick_button_redo;