Tag Archive for 'mousewheel'

28
Aug

Detecting the mouse scroll wheel in a Flex application

The following example demonstrates a very simple Flex application which listens for the mouseWheel event (represented here by the MouseEvent.MOUSE_WHEEL constant) and updates a Label control on the display list.

Full code after the jump.

Continue reading ‘Detecting the mouse scroll wheel in a Flex application’