comparison src/joystick/linux/SDL_sysjoystick.c @ 221:50620ec9c86a

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 02 Nov 2001 18:12:52 +0000
parents 0cc95f442f3a
children ab781a7dd82f
comparison
equal deleted inserted replaced
220:7861d904fb77 221:50620ec9c86a
59 "'SideWinder 3D Pro' 4 1 0", 59 "'SideWinder 3D Pro' 4 1 0",
60 "'Microsoft SideWinder 3D Pro' 4 1 0", 60 "'Microsoft SideWinder 3D Pro' 4 1 0",
61 "'Microsoft SideWinder Dual Strike USB version 1.0' 2 1 0", 61 "'Microsoft SideWinder Dual Strike USB version 1.0' 2 1 0",
62 "'WingMan Interceptor' 3 3 0", 62 "'WingMan Interceptor' 3 3 0",
63 /* WingMan Extreme Analog - not recognized by default 63 /* WingMan Extreme Analog - not recognized by default
64 "'Analog 3-axis 4-button joystick' 2 1", 64 "'Analog 3-axis 4-button joystick' 2 1 0",
65 */ 65 */
66 "'WingMan Extreme Digital 3D' 4 1 0", 66 "'WingMan Extreme Digital 3D' 4 1 0",
67 "'Analog 2-axis 4-button 1-hat FCS joystick' 2 1 0",
67 NULL 68 NULL
68 }; 69 };
69 #else 70 #else
70 #undef USE_INPUT_EVENTS 71 #undef USE_INPUT_EVENTS
71 #endif 72 #endif