search

goog.events.WheelHandler

Provided By
Extends
All Implemented Interfaces

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

new WheelHandler( element, opt_capture )

Parameters
element(Element|Document)

The element to listen to the wheel event on.

opt_captureboolean=

Whether to handle the wheel event in capture phase.

Instance Methods

Instance Properties

Static Functions