+
+
+
+
+
Module: event
+
+
+
+
+
+ Functionality to listen for one or more specific key combinations.
+
+
+
+
+
+
+
+
This module contains the following classes:
+
+
+
+
+
+
Submodules:
+
+ event-key
+ - Functionality to listen for one or more specific key combinations.
+ event-focus
+ - Adds focus and blur event listener support. These events normally
+do not bubble, so this adds support for that so these events
+can be used in event delegation scenarios.
+ event-base
+ - Custom event engine, DOM event listener abstraction layer, synthetic DOM
+events.
+ event-resize
+ - Adds a window resize event that has its behavior normalized to fire at the
+end of the resize rather than constantly during the resize.
+ event-mousewheel
+ - Adds mousewheel event support
+ event-delegate
+ - Adds event delegation support to the library.
+ event-mouseenter
+ - Adds support for mouseenter/mouseleave events
+
+
+
+
+
+
+
+