Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ KeyPress
Method
KeyPress
src/pkgDm/Dm2Java.java:752–754 ·
view source on GitHub ↗
按下指定的虚拟键码 @param vk_code 虚拟按键码 @return 0: 失败 1:成功
(int vk_code)
Source
from the content-addressed store, hash-verified
750
* @
return
0: 失败 1:成功
751
*/
752
public
int
KeyPress(
int
vk_code){
753
return
Dispatch.call(dm,
"KeyPress"
,vk_code).getInt();
754
}
755
756
/**
757
* 按下指定的虚拟键码
Callers
2
Job_BaoTu
Method · 0.80
Job_Gui
Method · 0.80
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected