Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 2567:d551e29f086b gsoc2008_force_feedback
Configure should try to use haptic on windows with directinput.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Thu, 31 Jul 2008 11:10:52 +0000 |
parents | 491e43f427ee |
children |
comparison
equal
deleted
inserted
replaced
2566:94ff09afa478 | 2567:d551e29f086b |
---|---|
139 /* Enable various input drivers */ | 139 /* Enable various input drivers */ |
140 #ifdef _WIN32_WCE | 140 #ifdef _WIN32_WCE |
141 #define SDL_JOYSTICK_DISABLED 1 | 141 #define SDL_JOYSTICK_DISABLED 1 |
142 #define SDL_HAPTIC_DUMMY 1 | 142 #define SDL_HAPTIC_DUMMY 1 |
143 #else | 143 #else |
144 #define SDL_JOYSTICK_WINMM 1 | 144 #define SDL_JOYSTICK_DINPUT 1 |
145 #define SDL_HAPTIC_DUMMY 1 | 145 #define SDL_HAPTIC_DINPUT 1 |
146 #endif | 146 #endif |
147 | 147 |
148 /* Enable various shared object loading systems */ | 148 /* Enable various shared object loading systems */ |
149 #define SDL_LOADSO_WIN32 1 | 149 #define SDL_LOADSO_WIN32 1 |
150 | 150 |