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

Method KeyUpChar

src/pkgDm/Dm2Java.java:779–781  ·  view source on GitHub ↗

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

(String key_str)

Source from the content-addressed store, hash-verified

777 * @return 0: 失败 1:成功
778 */
779 public int KeyUpChar(String key_str){
780 return Dispatch.call(dm,"KeyUpChar",key_str).getInt();
781 }
782
783 /**
784 * 按下鼠标左键

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected