shailesh / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Pyglet 1.2alpha1 not detecting joystick inputs #617

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

input.get_joysticks() finds the gamepad and returns the proper name.  However 
the axis and button values don't update when pressed. Gamepad functions 
correctly with other applications, including pygame.

I've started looking through the input code.  Afraid it's a bit beyond my 
expertise, but I'll keep poking.

What steps will reproduce the problem?
1. Run joystick.py
2. Will find the gamepad, but will not respond to gamepad input

Any additional info (platform/language/hardware) that may be relevant?
Ubuntu 12.04 64 bit
Saitek p220 controller
Pyglet 1.2alpha1 
Python 3.2.3. 

Original issue reported on code.google.com by harpe...@gmail.com on 11 Nov 2012 at 9:15

GoogleCodeExporter commented 9 years ago
Same here. using the latest dev version (2014/08/04)

Original comment by emilio.m...@gmail.com on 5 Aug 2014 at 1:01