[SDL] mousewheel support under win9x
Nehal Mistry
nehal at canada.com
Sat Nov 16 23:27:03 PST 2002
Hi,
mousewheel doesn't work for me under win9x,
only under linux...
the WM_MOUSEWHEEL message isn't processed
under win9x, so i tried taking out the:
#if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)
from SDL_sysevents.c ... because it should work
for win98 (although it doesnt for win95) i think
this may be a bug... this line should be fixed
to include win98/ME too... i dunno if
_WIN32_WINDOWS should be defined for win98 ..
because it isn't for me (im using mingw compiler)
.... anyways:
i recompiled SDL and relinked my program
again... still same result.. mousewheel doesn't
work at all...
any clues?
Thx, Nehal
More information about the SDL
mailing list