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

Method GetForegroundFocus

src/pkgDm/Dm2Java.java:195–197  ·  view source on GitHub ↗

获取顶层活动窗口中具有输入焦点的窗口句柄 @return 返回整型表示的窗口句柄

()

Source from the content-addressed store, hash-verified

193 * @return 返回整型表示的窗口句柄
194 */
195 public int GetForegroundFocus(){
196 return Dispatch.call(dm, "GetForegroundFocus").getInt();
197 }
198 /**
199 * 获取顶层活动窗口,可以获取到按键自带插件无法获取到的句柄
200 * @return 返回整型表示的窗口句柄

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected