Revert change to MAX_AXES and MAX_BUTTONS for mac as well.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1552 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
7fbd85b259
commit
c3f5a1f9bf
@ -103,8 +103,8 @@ enum {
|
||||
|
||||
// Stick constants
|
||||
#define MAX_STICKS 2
|
||||
#define MAX_AXES (AXIS_end)
|
||||
#define MAX_BUTTONS (BUTTON_end)
|
||||
#define MAX_AXES 10
|
||||
#define MAX_BUTTONS 20
|
||||
#define STICK_NOFUNCTION -1
|
||||
#define STICK_AXISUNASSIGNED -10.0
|
||||
#define STICK_PRECISIONDIV 98304 // 3 times more precise
|
||||
|
Loading…
x
Reference in New Issue
Block a user