Javascript library/API for tilt wheel?
July 19, 2008 1:20 AM   Subscribe

Looking for a javascript library / API for controlling the mouse's tilt wheel.

If you have a mouse with the tilt wheel and you're viewing a photo album on myspace or facebook, you can just tilt the scroll wheel right to go to the next image and tilt left to go to the previous image. Is there something from jQuery or Prototype or YUI that'll allow control for the tilt wheel? Preferably something lightweight.
posted by querty to Computers & Internet (3 answers total)
 
This link does not address using the tilt function, but may get you on the right path to your answer.
posted by SNACKeR at 5:12 AM on July 19, 2008


It's probably something to do with using event.button on an onclick event, but I can't provide anything more specific than that.
posted by HaloMan at 7:04 AM on July 19, 2008


Response by poster: I've seen those pages already. I've tried the DOM event button code off Mozilla's dev site, added a "case 3" and "case 4" event but they didn't work.

I just might have to go through the javascript on myspace / facebook to figure it out (but sooo many scripts on each page!)
posted by querty at 6:46 PM on July 19, 2008


« Older Can anyone recommend a similar Barcelona hotel?   |   CLEAR SKIN CALLED, it said screw you Newer »
This thread is closed to new comments.