Difference for arch/linux/include/joy.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 17
 
Line 17
 #include "types.h"  #include "types.h"
 #include "fix.h"  #include "fix.h"
   
   // added October 24, 2000 20:40  Steven Mueller: more than 4 joysticks now
   #define MAX_JOY_DEVS 8
 #define JOY_1_BUTTON_A 1  #define JOY_1_BUTTON_A 1
 #define JOY_1_BUTTON_B 2  #define JOY_1_BUTTON_B 2
 #define JOY_2_BUTTON_A 4  #define JOY_2_BUTTON_A 4
Line 84
 
Line 86
   
 extern int joy_deadzone;  extern int joy_deadzone;
   
 extern joystick_device j_joystick[4];  extern joystick_device j_joystick[MAX_JOY_DEVS];
 extern joystick_axis j_axis[MAX_AXES];  extern joystick_axis j_axis[MAX_AXES];
 extern joystick_button j_button[MAX_BUTTONS];  extern joystick_button j_button[MAX_BUTTONS];
   

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3