JoystickWrapper icon indicating copy to clipboard operation
JoystickWrapper copied to clipboard

No devices found

Open anscarlett opened this issue 8 years ago • 3 comments

Hi,

Trying to get this to work, but it shows no devices (I have a Saitek X56 Throttle & Stick connected)

found what looks like a typo on line 160 of MonitorDemo.ahk

this.Callback := callbacl

any ideas?

anscarlett avatar Aug 20 '17 20:08 anscarlett

Corrected typo, thanks.
I take it the stick shows up fine in joy.cpl?

If you debug on line 12 of monitor demo (global DeviceList := jw.GetDevices()), does DeviceList contain your devices?

evilC avatar Aug 21 '17 09:08 evilC

Yes, it shows up fine. I've been testing your UCR AutoHotKey and it shows up in there fine as well.

i'll try the debugger when I get home in a few hours.

Thanks,

anscarlett avatar Aug 21 '17 13:08 anscarlett

Ok, I tried debugging. I get no devices, the debugger skips straight over the loop. I also tried on a separate computer with a basic joystick connected with the same results.

anscarlett avatar Aug 23 '17 20:08 anscarlett