Joystick should now work.
This commit is contained in:
parent
21081427e3
commit
7041da207d
6 changed files with 890 additions and 599 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue