I need to detect a mousewheel usage, but when I add an event listener it stops the whole page from scrolling no matter how I fiddle with it. I've also tried using the mousewheel plugin from Brandon to no avail. I need something simple like this mock-up code:
User has used mousewheel: boolean=true
If boolean==true: execute code, then change boolean back to false until next mousewheel usage.
I'm new to this so don't go overboard with it, thanks.