The button that was clicked is determined by the
Button property. It indicates LMR and a couple extras. Note that not all mice support mouse wheel clicks. In many cases software won't recognize it but some software allows you to map the mouse wheel click to another button. In this case your app wouldn't
be able to tell the difference.
The
Delta property determines how many times the wheel was rotated forward or back. It can be positive or negative depending upon whether it was rotated forward or back. Note that how many times this value is incremented depends upon settings so use positive/negative
to determine direction.
If you're having an issue with a specific mouse then try a different one instead. If the problem persists then the issue is with your code otherwise it is differences in the mice you're using. Mouse profile software from the manufacturer can often override
this behavior so also be aware of that.
Michael Taylor http://www.michaeltaylorp3.net