> 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
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