Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ WheelUp
Method
WheelUp
src/pkgDm/Dm2Java.java:943–945 ·
view source on GitHub ↗
滚轮向上滚 @return 0: 失败 1:成功
()
Source
from the content-addressed store, hash-verified
941
* @
return
0: 失败 1:成功
942
*/
943
public
int
WheelUp(){
944
return
Dispatch.call(dm,
"WheelUp"
).getInt();
945
}
946
947
/**
948
* 脚本执行到这一句暂停,按下任意鼠标键之后继续
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected