Re: [PyQt] Re: Joystick Keyboard

2008-03-09 Thread Aaron Digulla
Neil Wallace schrieb: >> I'm trying to write a program that creates an onscreen keyboard that >> uses an 2-analogue stick joypad for input. 1. Create a class which derives from QObject 2. Add a timer in there which calls a method to poll the joystick 3. Emit a signal in that method with the joys

RE: [PyQt] Re: Joystick Keyboard

2008-03-06 Thread Peter Shinners
> Have you considered using pygame module for your joystick controls? I don't believe the pygame.joystick module works well on all platforms when it does not have control of the main window. I think Windows is the primary problem specifically. I'm pretty sure on Linux this would work fine. __

[PyQt] Re: Joystick Keyboard

2008-03-06 Thread Neil Wallace
> > > From: > "Jon Chambers" > Date: > Wed, 5 Mar 2008 23:58:26 + > To: > pyqt@riverbankcomputing.com > > > > Hi, > I'm trying to write a program that creates an onscreen keyboard that > uses an 2-analogue stick joypad for input. I'm having issues becuase > the joystick needs to be polled r