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

Method EnableIme

src/pkgDm/Dm2Java.java:522–524  ·  view source on GitHub ↗

设置是否关闭绑定窗口所在进程的输入法. @param enable 1 开启 0 关闭 @return 0: 失败 1:成功

(int enable)

Source from the content-addressed store, hash-verified

520 * @return 0: 失败 1:成功
521 */
522 public int EnableIme(int enable){
523 return Dispatch.call(dm,"EnableIme",enable).getInt();
524 }
525 /**
526 * 设置是否开启高速dx键鼠模式。 默认是关闭.
527 * @param enable 1 开启 0 关闭

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected