Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ MoveTo
Method
MoveTo
src/pkgDm/Dm2Java.java:839–841 ·
view source on GitHub ↗
把鼠标移动到目的点(x,y) @param x X坐标 @param y Y坐标 @return 0: 失败 1:成功
(int x,int y)
Source
from the content-addressed store, hash-verified
837
* @
return
0: 失败 1:成功
838
*/
839
public
int
MoveTo(
int
x,
int
y){
840
return
Dispatch.call(dm,
"MoveTo"
,x,y).getInt();
841
}
842
843
/**
844
* 延迟时间
Callers
2
ClickXY
Method · 0.95
GameWindowAdjust
Method · 0.80
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected