comparison src/joystick/darwin/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 d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
40 #include <IOKit/hid/IOHIDKeys.h> 40 #include <IOKit/hid/IOHIDKeys.h>
41 #include <CoreFoundation/CoreFoundation.h> 41 #include <CoreFoundation/CoreFoundation.h>
42 #include <Carbon/Carbon.h> /* for NewPtrClear, DisposePtr */ 42 #include <Carbon/Carbon.h> /* for NewPtrClear, DisposePtr */
43 43
44 #include "SDL_joystick.h" 44 #include "SDL_joystick.h"
45 #include "SDL_sysjoystick.h" 45 #include "../SDL_sysjoystick.h"
46 #include "SDL_joystick_c.h" 46 #include "../SDL_joystick_c.h"
47 47
48 struct recElement 48 struct recElement
49 { 49 {
50 IOHIDElementCookie cookie; // unique value which identifies element, will NOT change 50 IOHIDElementCookie cookie; // unique value which identifies element, will NOT change
51 long min; // reported min value possible 51 long min; // reported min value possible