Mercurial > sdl-ios-xcode
diff src/joystick/darwin/SDL_sysjoystick_c.h @ 2637:2f826c229d77 gsoc2008_force_feedback
First draft of darwin haptic<->joystick stuff.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 10 Aug 2008 19:45:38 +0000 |
parents | 9e7f58b1b255 |
children |
line wrap: on
line diff
--- a/src/joystick/darwin/SDL_sysjoystick_c.h Wed Aug 06 17:14:54 2008 +0000 +++ b/src/joystick/darwin/SDL_sysjoystick_c.h Sun Aug 10 19:45:38 2008 +0000 @@ -60,6 +60,7 @@ struct joystick_hwdata { + io_service_t ffservice; /* Interface for force feedback, 0 = no ff */ IOHIDDeviceInterface **interface; /* interface to device, NULL = no interface */ char product[256]; /* name of product */