currentMousePoint 參數

使用 currentMousePoint 參數來判斷上一次記錄滑鼠事件時的指標座標。

可用性

query 指令

範圍

現行視圖

語法

query currentMousePoint.[ x | y ] 

參數

x 使用 x 限定元以指定指標的 x 座標。
y 使用 y 限定元以指定指標的 y 座標。

範例

query currentMousePoint.x
query currentMousePoint.y 

相關參照
query 指令