
Search found 3 matches
- Mon Jul 06, 2009 9:39 am
- Forum: Tech Talk
- Topic: SA-1 Documentation
- Replies: 7
- Views: 4730
- Sat Jul 22, 2006 2:14 pm
- Forum: Bug Reports/Feature Requests
- Topic: [linux] [PATCH] Fix SDL button event handling
- Replies: 2
- Views: 1507
n/m
Yeah, I noticed shortly after while browsing the Linux Sound thread. I also figured this should have gone in the Development forum. Sorry.grinvader wrote:This typo is already fixed in current source (and has been for a long time).

- Thu Jul 20, 2006 11:56 pm
- Forum: Bug Reports/Feature Requests
- Topic: [linux] [PATCH] Fix SDL button event handling
- Replies: 2
- Views: 1507
[linux] [PATCH] Fix SDL button event handling
Hi, when a button with an index of >=320 is pressed, its SDL_JOYBUTTONUP event is not handled properly due to a typo in linux/sdllink.c: ("256+64" instead of "256+128+64"). The patch fixes the wrong constant and also replaces all occurences of the constant in question (448) with ...