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

Method GetPointWindow

src/pkgDm/Dm2Java.java:219–221  ·  view source on GitHub ↗

获取给定坐标的窗口句柄,可以获取到按键自带的插件无法获取到的句柄 @param x 屏幕X坐标 @param y 屏幕Y坐标 @return 返回整型表示的窗口句柄

(int x,int y)

Source from the content-addressed store, hash-verified

217 * @return 返回整型表示的窗口句柄
218 */
219 public int GetPointWindow(int x,int y){
220 return Dispatch.call(dm, "GetPointWindow",x,y).getInt();
221 }
222
223 /**
224 * 获取特殊窗口

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected