--- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote: > > in mozilla its evt.detail , but dont ask me about the values returned. > the only thing i know is if you scroll up its a positive value, if you > scroll down its negative.
Thanks, Holger, I really couldn't find this even after a significant amount of googling. There seems to be some discussion with regard to DOM3 about wheelDelta as for the values returned it seems to be device dependent: using a Microsoft Mouse on WinXP I got the value 3 for each increment of the mousewheel (the Microsoft wheel has notches) and it turns out that in the Mouse Control Panel (System Preferences) the wheel settings were to "move 3 lines per increment". And indeed, changing this value was identically reflected in "evt.detail" Using an Apple Trackpad with scroll functionality (two fingers at once) resulted in different values but always integers. I expect similar results with devices like the Apple Mighty Mouse that doesn't have increments/ notches. Michael ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

