tags:

views:

107

answers:

0

I've got a very weird situation here. I have a joystick and a joypad(buttons only, 2 axes are emulated with D-pad). I have a simple program that tries to capture 2 first joysticks, and waits for messages. Upon quitting it releases the joysticks. It works if either a joystick or both a joystick and joypad are plugged in (both joystick and joy padsend messages). Once there's only a joypad present the program captures it successfully but never recieves any joystick messages. getJoyPos reports correct button data at all times.

What the heck is going on?