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

Method GetMousePointWindow

src/pkgDm/Dm2Java.java:209–211  ·  view source on GitHub ↗

获取鼠标指向的窗口句柄,可以获取到按键自带的插件无法获取到的句柄 @return 返回整型表示的窗口句柄

()

Source from the content-addressed store, hash-verified

207 * @return 返回整型表示的窗口句柄
208 */
209 public int GetMousePointWindow(){
210 return Dispatch.call(dm, "GetMousePointWindow").getInt();
211 }
212
213 /**
214 * 获取给定坐标的窗口句柄,可以获取到按键自带的插件无法获取到的句柄

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected