Event.pointerX - Prototype JavaScript 框架

Xunxin Prototype API

pointerX

Event.pointerX(event) -> Number

返回鼠标事件发生时鼠标所在的绝对水平位置。

注意:这个位置是基于 页面 的绝对位置,而不是基于 窗口的可视部分: 在窗口可视部分的同一个位置,如果向右滚动页面,返回的位置值也会随之增加。