Forgot to commit those
This commit is contained in:
parent
f362d1cb2f
commit
a9d0372e14
2 changed files with 37 additions and 0 deletions
19
src/parse.h
19
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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue