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

Method KeyPressChar

src/pkgDm/Dm2Java.java:761–763  ·  view source on GitHub ↗

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

(String key_str)

Source from the content-addressed store, hash-verified

759 * @return 0: 失败 1:成功
760 */
761 public int KeyPressChar(String key_str){
762 return Dispatch.call(dm,"KeyPressChar",key_str).getInt();
763 }
764
765 /**
766 * 弹起来虚拟键vk_code

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected