Search found 2 matches

by markand
Sun Jan 09, 2011 12:48 pm
Forum: Control
Topic: Trouble getting the joypad buttons
Replies: 2
Views: 8343

Trouble getting the joypad buttons

Hi, finally kode54 made a successfully working patch. If you agree on you can commit them to the main branch :   --- src/gtk/joypadconfig.cpp.orig 2008-09-26 20:25:23.000000000 +0200 +++ src/gtk/joypadconfig.cpp 2011-01-06 17:53:43.000000000 +0100 @@ -144,9 +144,17 @@ else if (what < 0x30) { // joy...
by markand
Tue Jan 04, 2011 4:50 pm
Forum: Control
Topic: Trouble getting the joypad buttons
Replies: 2
Views: 8343

Trouble getting the joypad buttons

Hi,   I told a few days ago on IRC that I have a problem with a Saitek joypad. This joypad sends useless information on each press so it fills the input dialog with the same thing even if I press different buttons.   As you can see here (from SDL/test source directory) a joystick tester that print...