Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ MiddleClick
Method
MiddleClick
src/pkgDm/Dm2Java.java:819–821 ·
view source on GitHub ↗
按下鼠标中键 @return 0: 失败 1:成功
()
Source
from the content-addressed store, hash-verified
817
* @
return
0: 失败 1:成功
818
*/
819
public
int
MiddleClick(){
820
return
Dispatch.call(dm,
"MiddleClick"
).getInt();
821
}
822
823
/**
824
* 鼠标相对于上次的位置移动rx,ry
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected