Mercurial > sdl-ios-xcode
comparison src/haptic/darwin/SDL_syshaptic.c @ 2632:9e7f58b1b255 gsoc2008_force_feedback
Exposed the darwin joystick hardware data to the haptic subsystem.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 06 Aug 2008 11:08:29 +0000 |
parents | 43a0416b3707 |
children | 6b0d1f494c10 |
comparison
equal
deleted
inserted
replaced
2631:a0845d7f4398 | 2632:9e7f58b1b255 |
---|---|
25 | 25 |
26 #include "SDL_haptic.h" | 26 #include "SDL_haptic.h" |
27 #include "../SDL_syshaptic.h" | 27 #include "../SDL_syshaptic.h" |
28 #include "SDL_joystick.h" | 28 #include "SDL_joystick.h" |
29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ | 29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ |
30 /*#include "../../joystick/dawrin/SDL_sysjoystick_c.h"*/ /* For joystick hwdata */ | 30 #include "../../joystick/dawrin/SDL_sysjoystick_c.h" /* For joystick hwdata */ |
31 | 31 |
32 #include <IOKit/IOKitLib.h> | 32 #include <IOKit/IOKitLib.h> |
33 #include <IOKit/hid/IOHIDKeys.h> | 33 #include <IOKit/hid/IOHIDKeys.h> |
34 #include <ForceFeedback/ForceFeedback.h> | 34 #include <ForceFeedback/ForceFeedback.h> |
35 #include <ForceFeedback/ForceFeedbackConstants.h> | 35 #include <ForceFeedback/ForceFeedbackConstants.h> |