bmx-ng / sdl.mod

SDL backend for BlitzMax
7 stars 6 forks source link

TEvent for Mouse clicks ignores 4th and 5th button #24

Closed GWRon closed 5 years ago

GWRon commented 5 years ago

Clicks on the 4th or 5th mousebutton lead to the TEvent.data contain "0" or "1" (so 0th button or primary mouse button). System: Windows 10 with a 5 button mouse.

Related to bmx-ng/brl.mod#159

Albeit here "sdlsystem.mod/glue.c" seems to take care of buttons 1-5

woollybah commented 5 years ago

Should be fixed.