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

Method KeyDown

src/pkgDm/Dm2Java.java:734–736  ·  view source on GitHub ↗

按住指定的虚拟键码 @param vk_code 虚拟按键码 @return 0: 失败 1:成功

(int vk_code)

Source from the content-addressed store, hash-verified

732 * @return 0: 失败 1:成功
733 */
734 public int KeyDown(int vk_code){
735 return Dispatch.call(dm,"KeyDown",vk_code).getInt();
736 }
737
738 /**
739 * 按住指定的虚拟键码

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected