diff include/SDL_config_macosx.h @ 2713:0906692aa6a4

Final merge of Google Summer of Code 2008 work... Force Feedback for SDL by Edgar Simo, mentored by Ryan C. Gordon
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Aug 2008 09:55:03 +0000
parents 91b0e95f443a
children 99210400e8b9
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Mon Aug 25 08:50:37 2008 +0000
+++ b/include/SDL_config_macosx.h	Mon Aug 25 09:55:03 2008 +0000
@@ -99,6 +99,7 @@
 
 /* Enable various input drivers */
 #define SDL_JOYSTICK_IOKIT	1
+#define SDL_HAPTIC_IOKIT	1
 
 /* Enable various shared object loading systems */
 #ifdef __ppc__