Anyone seen a windows 2000 driver for a Thrustmaster Pro FCS? 
Also - any good demos that can test out the joystick? I havenât done a
lot of stuff with joysticks in a bit and am wondering if anyoneâs played
with a hat controller at all - or multiple (like the newer thrustmaster
joysticks 
Gâday, eh? 
- Teunis
Anyone seen a windows 2000 driver for a Thrustmaster Pro FCS? 
Also - any good demos that can test out the joystick? I havenât done a
lot of stuff with joysticks in a bit and am wondering if anyoneâs played
with a hat controller at all - or multiple (like the newer thrustmaster
joysticks 
heh I just made a modified version of testjoystick that can plot
multiple axesâŚ
Just out of curiousity, any reason the hat on an old thrustmaster come up
as axis 2 and 3 (0/1 is normal)??
string output says: (Analog 2-axis 4-button 1-hat FCS joystick)
testjoystick says: 4 axes, 0 hats, 0 balls, and 4 buttons
and my brotherâs wingman says 6 axes, 6 buttonsâŚ
for some reason⌠is this a linux kernel issue or an SDL issue or âŚ
Just wondering 
Gâday, eh? 
- TeunisOn Sun, 28 Oct 2001, winterlion wrote:
Anyone seen a windows 2000 driver for a Thrustmaster Pro FCS? 
Also - any good demos that can test out the joystick? I havenât done a
lot of stuff with joysticks in a bit and am wondering if anyoneâs played
with a hat controller at all - or multiple (like the newer thrustmaster
joysticks 
heh I just made a modified version of testjoystick that can plot
multiple axesâŚ
Just out of curiousity, any reason the hat on an old thrustmaster come up
as axis 2 and 3 (0/1 is normal)??
string output says: (Analog 2-axis 4-button 1-hat FCS joystick)
testjoystick says: 4 axes, 0 hats, 0 balls, and 4 buttons
and my brotherâs wingman says 6 axes, 6 buttonsâŚ
for some reason⌠is this a linux kernel issue or an SDL issue or âŚ
Just wondering 
This is a Linux kernel issue. SDL can partially compensate for it,
if it knows what the name of the joystick is and how to map it.
Try adding the following string to the end of the âspecial_joysticks"
list in src/joystick/linux/SDL_sysjoystick.c:
ââAnalog 2-axis 4-button 1-hat FCS joystickâ 2 1 0"
Please let me know if that works. 
See ya!
-Sam Lantinga, Software Engineer, Blizzard Entertainment> On Sun, 28 Oct 2001, winterlion wrote: