Let's talk about device input in SDL 1.3

“jstest”

And then I whipped up a little SDL app that responded to stick and button
events. Like I said, it works, but I need to bang the hell out of the
drum to make it register. (Not so when using it with the PS2 itself.)

-bill!On Thu, Oct 08, 2009 at 04:21:34PM -0500, Bob Pendleton wrote:

Joystick values in Linux:

main drum left side = axes 0 @ -32767
main drum right side = button 1 on
drum edge left = button 6 on
drum edge right = button 7 on
start = button 9 on
select = button 8 on

Which utility did you use to get this info?