gpt4 book ai didi

objective-c - macOS : list windows and detect new windows

转载 作者:搜寻专家 更新时间:2023-10-30 20:27:38 30 4
gpt4 key购买 nike

我想要一个非常简单的窗口列表,但我也需要:

  • 出现新窗口时收到通知

  • 在现有窗口消失时收到通知

  • 检测窗口的位置/大小何时发生变化

你对此有什么想法吗?

提前致谢

最佳答案

这篇文章中的答案应该很有帮助:How can my app detect a change to another app's window?

如果你只想为你自己的应用程序获取窗口,你可以使用

int pid = [[NSProcessInfo processInfo] processIdentifier]; 

使用此信息,您可以编写一个类来监视此信息并将更改发布到 NSNotificationCenter 或调用其委托(delegate)的方法。

关于objective-c - macOS : list windows and detect new windows,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1897321/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com