Mercurial > sdl-ios-xcode
comparison src/joystick/linux/SDL_sysjoystick.c @ 406:9916da315b0d
Added some more joysticks on Linux
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 12 Jun 2002 03:30:58 +0000 |
parents | f6987c9f04e4 |
children | b2c97d579dfe |
comparison
equal
deleted
inserted
replaced
405:b5de7389a0a5 | 406:9916da315b0d |
---|---|
65 /* WingMan Extreme Analog - not recognized by default | 65 /* WingMan Extreme Analog - not recognized by default |
66 "'Analog 3-axis 4-button joystick' 2 1 0", | 66 "'Analog 3-axis 4-button joystick' 2 1 0", |
67 */ | 67 */ |
68 "'WingMan Extreme Digital 3D' 4 1 0", | 68 "'WingMan Extreme Digital 3D' 4 1 0", |
69 "'Analog 2-axis 4-button 1-hat FCS joystick' 2 1 0", | 69 "'Analog 2-axis 4-button 1-hat FCS joystick' 2 1 0", |
70 "'Microsoft SideWinder Precision 2 Joystick' 4 1 0", | |
71 "'Logitech Inc. WingMan Extreme Digital 3D' 4 1 0", | |
72 "'Saitek Saitek X45' 6 1 0" | |
70 NULL | 73 NULL |
71 }; | 74 }; |
72 #else | 75 #else |
73 #undef USE_INPUT_EVENTS | 76 #undef USE_INPUT_EVENTS |
74 #endif | 77 #endif |