We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Passed as the parameter to all mouse/pointer/touch related events. For a listing of mouse events and their properties,
stage上标准坐标位置,取值为范围是0~stage.width
stage原始坐标。如果没有设置stage.mouseMoveOutside = true且鼠标没有滑动到stage外的话,rawX === stageX,相反会计算边界值
stage.mouseMoveOutside = true
返回鼠标在当前目标target(ie. the dispatcher)的本地坐标系中的X位置。
p._get_localX = function() { return this.currentTarget.globalToLocal(this.rawX, this.rawY).x; }
There was an error while loading. Please reload this page.