MouseScrollEvent - Web API 接口参考 编辑
非标准
该特性是非标准的,请尽量不要在生产环境中使用它!
已废弃
该特性已经从 Web 标准中删除,虽然一些浏览器目前仍然支持它,但也许会在未来的某个时间停止支持,请尽量不要使用该特性。
MouseScrollEvent
事件对象代表了当用户在滚动鼠标滚轮或操作其他类似的输入设备时触发的事件.
要优先使用标准化过的/wiki/zh-CN/docs/DOM/WheelEvent来代替该陈旧的事件对象.
方法概述
void initMouseScrollEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in nsIDOMAbstractView viewArg, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in nsIDOMEventTarget relatedTargetArg, in long axis); |
属性
名称 | 类型 | 描述 |
axis | long | 表明鼠标滚轮滚动的方向. 只读. |
常量
Delta 模式
名称 | 值 | 描述 |
HORIZONTAL_AXIS | 0x01 | 该事件是由鼠标滚轮的横向滚动触发的 |
| 0x02 | 该事件是由鼠标滚轮的纵向滚动触发的 |
方法
initMouseScrollEvent()
查看 nsIDOMMouseScrollEvent::initMouseScrollEvent().
滚轮相关事件对比
事件类型 | 事件对象 | 是否标准 | 兼容性 |
mousewheel | Mouse/wiki/zh-CN/docs/DOM/WheelEvent | 非标准 | 只有Firefox不支持 |
DOMMouseScroll | MouseScrollEvent | 非标准 | 只有Firefox支持 |
wheel | /wiki/zh-CN/docs/DOM/WheelEvent | DOM Level 3 | Firefox 17+ ie9+ |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 未实现 | 3.5 (1.9.1) | 未实现 | 未实现 | 未实现 |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 未实现 | 1.0 (1.9.1) | 未实现 | 未实现 | 未实现 |
相关链接
DOMMouseScroll
MozMousePixelScroll
- 非Gecko浏览器中的非标准的鼠标滚轮事件对象:
Mouse/wiki/zh-CN/docs/DOM/WheelEvent
- 被标准化的鼠标滚轮事件对象:
/wiki/zh-CN/docs/DOM/WheelEvent
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论