airstruck / luigi

Lovely User Interfaces for Game Inventors
MIT License
113 stars 23 forks source link

Scroll wheel sometimes acts like a button press #18

Closed airstruck closed 8 years ago

airstruck commented 8 years ago

Happens rarely, but enough to cause trouble. Not sure why it happens, maybe an issue with SDL. Implementing #5 (first item) should fix it, probably.

airstruck commented 8 years ago

Looks like an SDL issue. Probably will end up mostly ignoring any buttons after the first 3. Events can still be generated for them, but no built-in special handling should happen.

airstruck commented 8 years ago

May have been fixed here: http://hg.libsdl.org/SDL/rev/ca64802fd9b0 Or here: http://hg.libsdl.org/SDL/rev/bf7734a34f13