Re: [Gambas-user] Gambas class to read a joystick

2010-09-08 Thread BenoƮt Minisini
> Rob Kudla wrote: > > Someone on linuxbasic.net asked for a way to read a joystick in > > Gambas. I couldn't find anything in the SDL component for that > > purpose, so I wrote a minimal class that reads from the raw device, > > parses the data into something useful, and throws events. I wrote a

Re: [Gambas-user] Gambas class to read a joystick

2010-09-06 Thread kevinfishburne
Rob Kudla wrote: > > Someone on linuxbasic.net asked for a way to read a joystick in > Gambas. I couldn't find anything in the SDL component for that > purpose, so I wrote a minimal class that reads from the raw device, > parses the data into something useful, and throws events. I wrote a