[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame.Joystick Broken in 1.8.1?



hi,

definitely looks like a SDL/ubuntu issue...

Could be good to add some printf's into the SDL source to see where the problem is.

Do you know how to compile custom source debs?  I'm on Jaunty... so not sure how to make debs for intrepid.  Or do you know how to install SDL from source?


cu,






On Fri, May 15, 2009 at 9:04 AM, pymike <pymike93@xxxxxxxxx> wrote:
Here's the feedback:

>>> joy.get_numhats()
SDL_JoystickNumHats value:0:
0
>>> joy.get_numaxes()
6
>>> joy.get_numballs()
0
>>>

Anything else I should check? It reads button presses, but won't recognize sticks or hats.

--
- pymike