mouse scrolling wheel

2006-07-24 Thread Viktoras Didziulis
Some mouses come with a scrolling wheel. Is there any way to capture the rotation of the wheel in Rev ? All the best! Viktoras ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: mouse scrolling wheel

2006-07-24 Thread Scott Rossi
Recently, Viktoras Didziulis wrote: Some mouses come with a scrolling wheel. Is there any way to capture the rotation of the wheel in Rev ? rawKeyDown is probably the message you want, but the docs also say: Mouse wheels do not send a rawKeyDown message on Mac OS systems. Regards, Scott

Re: mouse scrolling wheel

2006-07-24 Thread Mark Talluto
On Jul 24, 2006, at 8:48 AM, Scott Rossi wrote: Recently, Viktoras Didziulis wrote: Some mouses come with a scrolling wheel. Is there any way to capture the rotation of the wheel in Rev ? rawKeyDown is probably the message you want, but the docs also say: Mouse wheels do not send a

Re: mouse scrolling wheel

2006-07-24 Thread Wouter
On 24 Jul 2006, at 11:18, Viktoras Didziulis wrote: Some mouses come with a scrolling wheel. Is there any way to capture the rotation of the wheel in Rev ? All the best! Viktoras on rawkeyDown x put true into tPass switch x case 65308 --scroll down -- do something -- put false into tPass