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

Method LeftClick

src/pkgDm/Dm2Java.java:787–789  ·  view source on GitHub ↗

按下鼠标左键 @return 0: 失败 1:成功

()

Source from the content-addressed store, hash-verified

785 * @return 0: 失败 1:成功
786 */
787 public int LeftClick(){
788 return Dispatch.call(dm,"LeftClick").getInt();
789 }
790
791 /**
792 * 双击鼠标左键

Callers 2

ClickXYMethod · 0.95
GameWindowAdjustMethod · 0.80

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected