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

Method KeyDownChar

src/pkgDm/Dm2Java.java:743–745  ·  view source on GitHub ↗

按住指定的虚拟键码 @param key_str 字符串描述的键码. 大小写无所谓 @return 0: 失败 1:成功

(String key_str)

Source from the content-addressed store, hash-verified

741 * @return 0: 失败 1:成功
742 */
743 public int KeyDownChar(String key_str){
744 return Dispatch.call(dm,"KeyDownChar",key_str).getInt();
745 }
746
747 /**
748 * 按下指定的虚拟键码

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected