欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

基 礎(chǔ) 函 數(shù) 參 考


MouseMove

移動(dòng)鼠標(biāo).

MouseMove ( x坐標(biāo), y坐標(biāo) [, 速度] )

參 數(shù)

x坐標(biāo) 移動(dòng)到屏幕的 X 坐標(biāo).
y坐標(biāo) 移動(dòng)到屏幕的 Y 坐標(biāo).
速度 [可選參數(shù)] 鼠標(biāo)移動(dòng)速度. 可設(shè)數(shù)值范圍在 1(最快)和 100(最慢)之間.
若設(shè)置速度為 0, 則立即移動(dòng)鼠標(biāo)到指定位置. Default(默認(rèn)) = 10.

返 回 值

None.

備 注

非瞬時(shí)的 MouseMove 操作會(huì)使用戶(hù)鼠標(biāo)移動(dòng)過(guò)程受阻.
如果 MouseCoordMode 設(shè)置為相對(duì)位置, 則坐標(biāo)值可能是負(fù)數(shù).

相 關(guān) 函 數(shù)

MouseClick, MouseClickDrag, MouseGetPos, MouseCoordMode (Option), MouseDown, MouseUp, MouseWheel

函 數(shù) 示 例


MouseMove(10, 100)
MouseMove(700, 700, 0)

provider with jb51.net (unicode)