Re: [perl-win32-gui-users] mouse rolling events

2008-07-03 Thread E. Westbrook
Good timing. I just went through getting that to work. This code fragment might help you, it's straight from my app. Your mileage (and options and variables and etc) may vary. This isn't a complete app obviously, but I think this is all that's relevant to wheel scrolling. The $dy global is

Re: [perl-win32-gui-users] mouse rolling events

2008-07-03 Thread E. Westbrook
Good timing. I just went through getting that to work. This code fragment might help you, it's straight from my app. Your mileage (and options and variables and etc) may vary. This isn't a complete app obviously, but I think this is all that's relevant to wheel scrolling. The $dy global is how

Re: [perl-win32-gui-users] mouse rolling events

2008-07-03 Thread E. Westbrook
Good timing. I just went through getting that to work. This code fragment might help you, it's straight from my app. Your mileage (and options and variables and etc) may vary. This isn't a complete app obviously, but I think this is all that's relevant to wheel scrolling. The $dy global is how