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

Method LeftDoubleClick

src/pkgDm/Dm2Java.java:795–797  ·  view source on GitHub ↗

双击鼠标左键 @return 0: 失败 1:成功

()

Source from the content-addressed store, hash-verified

793 * @return 0: 失败 1:成功
794 */
795 public int LeftDoubleClick(){
796 return Dispatch.call(dm,"LeftDoubleClick").getInt();
797 }
798
799 /**
800 * 按住鼠标左键

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected