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

Method KeyUp

src/pkgDm/Dm2Java.java:770–772  ·  view source on GitHub ↗

弹起来虚拟键vk_code @param vk_code 虚拟按键码 @return 0: 失败 1:成功

(int vk_code)

Source from the content-addressed store, hash-verified

768 * @return 0: 失败 1:成功
769 */
770 public int KeyUp(int vk_code){
771 return Dispatch.call(dm,"KeyUp",vk_code).getInt();
772 }
773
774 /**
775 * 弹起来虚拟键key_str

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected