Joystick should now work.

This commit is contained in:
Pere Pujal i Carabantes 2011-05-27 21:14:15 +00:00
parent 21081427e3
commit 7041da207d
6 changed files with 890 additions and 599 deletions

View file

@ -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))