Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/haptic/darwin/SDL_syshaptic.c Wed Aug 06 11:02:13 2008 +0000 +++ b/src/haptic/darwin/SDL_syshaptic.c Wed Aug 06 11:08:29 2008 +0000 @@ -27,7 +27,7 @@ #include "../SDL_syshaptic.h" #include "SDL_joystick.h" #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ -/*#include "../../joystick/dawrin/SDL_sysjoystick_c.h"*/ /* For joystick hwdata */ +#include "../../joystick/dawrin/SDL_sysjoystick_c.h" /* For joystick hwdata */ #include <IOKit/IOKitLib.h> #include <IOKit/hid/IOHIDKeys.h>