Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ LeftDown
Method
LeftDown
src/pkgDm/Dm2Java.java:803–805 ·
view source on GitHub ↗
按住鼠标左键 @return 0: 失败 1:成功
()
Source
from the content-addressed store, hash-verified
801
* @
return
0: 失败 1:成功
802
*/
803
public
int
LeftDown(){
804
return
Dispatch.call(dm,
"LeftDown"
).getInt();
805
}
806
807
/**
808
* 弹起鼠标左键
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected