MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetKeyState

Method GetKeyState

src/pkgDm/Dm2Java.java:725–727  ·  view source on GitHub ↗

获取指定的按键状态.(前台信息,不是后台) @param vk_code 虚拟按键码 @return 0: 失败 1:成功

(int vk_code)

Source from the content-addressed store, hash-verified

723 * @return 0: 失败 1:成功
724 */
725 public int GetKeyState(int vk_code){
726 return Dispatch.call(dm,"GetKeyState",vk_code).getInt();
727 }
728
729 /**
730 * 按住指定的虚拟键码

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected