Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ RightUp
Method
RightUp
src/pkgDm/Dm2Java.java:889–891 ·
view source on GitHub ↗
弹起鼠标右键 @return 0: 失败 1:成功
()
Source
from the content-addressed store, hash-verified
887
* @
return
0: 失败 1:成功
888
*/
889
public
int
RightUp(){
890
return
Dispatch.call(dm,
"RightUp"
).getInt();
891
}
892
893
/**
894
* 设置按键时,键盘按下和弹起的时间间隔。高级用户使用。某些窗口可能需要调整这个参数才可以正常按键。<br/>
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected