Home | History | Annotate | Download | only in parse-only

Lines Matching defs:mousewheel

961 			if (type.match(/DOMMouseScroll|mousewheel/)){
2084 mousewheel: 2, DOMMouseScroll: 2, //mouse wheel
2113 mousewheel: {
2114 base: (Browser.Engine.gecko) ? 'DOMMouseScroll' : 'mousewheel'