'onMouseWheel' Properties : onMouseWheel « Event Handlers Reference « JavaScript Reference

'onMouseWheel' Properties

+----------------+--------------------------------------------------------------+
| Properties     |altKey                          altLeft                       |
|                |cancelBubble                    clientX                       |
|                |clientY                         ctrlKey                       |
|                |ctrlLeft                        offsetX                       |
|                |offsetY                         screenX                       |
|                |screenY                         shiftKey                      |
|                |shiftLeft                       srcElement                    |
|                |type                            wheelDelta                    |
|                |x                               y                             |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'onMouseWheel' Syntax and Note
2.'onMouseWheel' Example
3.'onMouseWheel' is applied to