Group: Forum Members
Posts: 9,
Visits: 1
|
I am unable to get Inquisit to recognize input from a 2 button 2 axis analog joystick through the gameport. The joystick works in the windows control panel test and is also recognized when I run dxdiag. However Inquisit does not recognize button press as correct input. The data file always shows "left" as the input. Inquisit Object Browser gives the warning: Joystick: z axis not supported. I am using Windows 98 SE. Here is part of the script:
/ inputdevice = joystick / validresponse = (button1 button2) / correctresponse = (button1) / stimulusframes = [1 = fixationpoint; 30 =square, pinallon; 47 = erasescreen] / responseframe = 30 / timeout = 1500
Can anyone suggest how I can get this to work? Thanks
|