What about 2 threads?
On Mon, Apr 22, 2019, 2:46 PM Paul Vincent Craven <[email protected]> wrote: > Try: > http://programarcadegames.com/python_examples/f.php?file=joystick_calls.py > > > Paul Vincent Craven > > > On Mon, Apr 22, 2019 at 4:33 PM Alec Bennett <[email protected]> wrote: > >> I'm working on a project that uses two different joysticks >> simultaneously. I can read them individually, but only one at a time. >> >> I was wondering if there might be some code out there to show how to read >> them simultaneously? In other words to fire commands whenever one of the >> joystick states changes, even while the other joystick is engaged? >> >> If it matters Im just using the joystick axises, not hats or buttons. >> >> Thanks for any help. >> >> >> >> >>
