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

Method LeftUp

src/pkgDm/Dm2Java.java:811–813  ·  view source on GitHub ↗

弹起鼠标左键 @return 0: 失败 1:成功

()

Source from the content-addressed store, hash-verified

809 * @return 0: 失败 1:成功
810 */
811 public int LeftUp(){
812 return Dispatch.call(dm,"LeftUp").getInt();
813 }
814
815 /**
816 * 按下鼠标中键

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected