search

goog.events.MouseWheelHandler

Provided By
Extends
All Implemented Interfaces

This event handler allows you to catch mouse wheel events in a consistent manner.

new MouseWheelHandler( element, opt_capture )

Parameters
element(Element|Document|null)

The element to listen to the mouse wheel event on.

opt_captureboolean=

Whether to handle the mouse wheel event in capture phase.

Instance Methods

Instance Properties

Enumerations