Jesse Aldridge
12-15-2005, 09:06 PM
I'm trying to read the mousewheel via SDL. I added the following to my mouse reading function:
sprintf(buffer, "%i", mouseState);
The buffer later gets written to the screen.
I detect a left mouse click, a right mouse click and a scroll button click, but no scroll wheel movement.
I just upgraded SDL to 1.2.9, which I beleive to be the latest version.
Has anybody gotten this to work?
Using Windows XP.
sprintf(buffer, "%i", mouseState);
The buffer later gets written to the screen.
I detect a left mouse click, a right mouse click and a scroll button click, but no scroll wheel movement.
I just upgraded SDL to 1.2.9, which I beleive to be the latest version.
Has anybody gotten this to work?
Using Windows XP.