Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/parse.h
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-05-27 21:14:15 (GMT)
committer perepujal <perepujal>2011-05-27 21:14:15 (GMT)
commit9f79e40f7f9fbec3bcc1508557724f91121bd25f (patch)
tree31d2867fac50afbe602f49f5fbfe2b1f81514b44 /src/parse.h
parent26af86f1952c6b9380d30857daf88eaf1064ae11 (diff)
Joystick should now work.
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 7ba8fc6..eda5777 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -52,7 +52,10 @@ struct cfginfo
const char *use_sound;
const char *wheely;
const char *mouseaccessibility;
- const char *onscreen_keyboard;
+ const char *onscreen_keyboard;
+ const char *joystick_slowness;
+ const char *joystick_lowthreshold;
+ const char *joystick_maxsteps;
};
#define CFGINFO_MAXOFFSET (sizeof(struct cfginfo))