comparison src/joystick/os2/SDL_sysjoystick.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children 3793c4b34a92
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
29 #define INCL_DOSMEMMGR 29 #define INCL_DOSMEMMGR
30 #include <os2.h> 30 #include <os2.h>
31 #include "joyos2.h" 31 #include "joyos2.h"
32 32
33 #include "SDL_joystick.h" 33 #include "SDL_joystick.h"
34 #include "SDL_sysjoystick.h" 34 #include "../SDL_sysjoystick.h"
35 #include "SDL_joystick_c.h" 35 #include "../SDL_joystick_c.h"
36 36
37 HFILE hJoyPort = NULL; /* Joystick GAME$ Port Address */ 37 HFILE hJoyPort = NULL; /* Joystick GAME$ Port Address */
38 #define MAX_JOYSTICKS 2 /* Maximum of two joysticks */ 38 #define MAX_JOYSTICKS 2 /* Maximum of two joysticks */
39 #define MAX_AXES 4 /* each joystick can have up to 4 axes */ 39 #define MAX_AXES 4 /* each joystick can have up to 4 axes */
40 #define MAX_BUTTONS 8 /* 8 buttons */ 40 #define MAX_BUTTONS 8 /* 8 buttons */