Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h
index bd60219..209acb8 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -59,6 +59,25 @@ struct cfginfo
const char *joystick_slowness;
const char *joystick_lowthreshold;
const char *joystick_maxsteps;
+ const char *joystick_hat_slowness;
+ const char *joystick_hat_timeout;
+ const char *joystick_button_escape;
+ const char *joystick_button_selectbrushtool;
+ const char *joystick_button_selectstamptool;
+ const char *joystick_button_selectlinestool;
+ const char *joystick_button_selectshapestool;
+ const char *joystick_button_selecttexttool;
+ const char *joystick_button_selectlabeltool;
+ const char *joystick_button_selectmagictool;
+ const char *joystick_button_undo;
+ const char *joystick_button_redo;
+ const char *joystick_button_selecterasertool;
+ const char *joystick_button_new;
+ const char *joystick_button_open;
+ const char *joystick_button_save;
+ const char *joystick_button_pagesetup;
+ const char *joystick_button_print;
+
};
#define CFGINFO_MAXOFFSET (sizeof(struct cfginfo))