Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ LeftClick
Method
LeftClick
src/pkgDm/Dm2Java.java:787–789 ·
view source on GitHub ↗
按下鼠标左键 @return 0: 失败 1:成功
()
Source
from the content-addressed store, hash-verified
785
* @
return
0: 失败 1:成功
786
*/
787
public
int
LeftClick(){
788
return
Dispatch.call(dm,
"LeftClick"
).getInt();
789
}
790
791
/**
792
* 双击鼠标左键
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