comparison src/joystick/win32/SDL_mmjoystick.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 d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
26 #include <mmsystem.h> 26 #include <mmsystem.h>
27 #include <regstr.h> 27 #include <regstr.h>
28 28
29 #include "SDL_events.h" 29 #include "SDL_events.h"
30 #include "SDL_joystick.h" 30 #include "SDL_joystick.h"
31 #include "SDL_sysjoystick.h" 31 #include "../SDL_sysjoystick.h"
32 #include "SDL_joystick_c.h" 32 #include "../SDL_joystick_c.h"
33 33
34 #define MAX_JOYSTICKS 16 34 #define MAX_JOYSTICKS 16
35 #define MAX_AXES 6 /* each joystick can have up to 6 axes */ 35 #define MAX_AXES 6 /* each joystick can have up to 6 axes */
36 #define MAX_BUTTONS 32 /* and 32 buttons */ 36 #define MAX_BUTTONS 32 /* and 32 buttons */
37 #define AXIS_MIN -32768 /* minimum value for axis coordinate */ 37 #define AXIS_MIN -32768 /* minimum value for axis coordinate */