Changeset 5669 for code/branches/resource2/src/ois/linux
- Timestamp:
- Aug 23, 2009, 12:45:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/ois/linux/EventHelpers.cpp
r5668 r5669 34 34 #ifdef OIS_LINUX_JOY_DEBUG 35 35 # include <iostream> 36 #endif 37 38 // Fixes for missing macros in input.h 39 #ifndef FF_EFFECT_MIN 40 #define FF_EFFECT_MIN FF_RUMBLE 41 #endif 42 #ifndef FF_EFFECT_MAX 43 #define FF_EFFECT_MAX FF_RAMP 44 #endif 45 #ifndef FF_WAVEFORM_MIN 46 #define FF_WAVEFORM_MIN FF_SQUARE 47 #endif 48 #ifndef FF_WAVEFORM_MAX 49 #define FF_WAVEFORM_MAX FF_CUSTOM 36 50 #endif 37 51
Note: See TracChangeset
for help on using the changeset viewer.