+ currentTarget
+ -
+
+
+ currentTarget
+ - Node
+
+
+
+
+
+
+
+
+ Node reference for the element that the listener was attached to.
+
+ +
+ keyCode
+ -
+
+
+
+
+
+
+ keyCode
+ - int
+
+
+
+
+
+
+
+
+ The keyCode for key events. Uses charCode if keyCode is not available
+
+ +
+ webkitKeymap
+ -
+
+
+ webkitKeymap
+ - private object
+
+
+
+
+
+
+
+
+ webkit key remapping required for Safari < 3.1
+
+ +
+ wheelDelta
+ -
+
+
+
+ wheelDelta
+ - int
+
+
+
+
+
+
+
+
+ Number representing the direction and velocity of the movement of the mousewheel.
+Negative is down, the higher the number, the faster. Applies to the mousewheel event.
+
+ +