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

Method RightClick

src/pkgDm/Dm2Java.java:873–875  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

871 * @return 0: 失败 1:成功
872 */
873 public int RightClick(){
874 return Dispatch.call(dm,"RightClick").getInt();
875 }
876
877 /**
878 * 按按住鼠标右键

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected