确定窗口是否被拖动

发布于 2024-08-13 05:11:47 字数 176 浏览 5 评论 0原文

我正在尝试编写一个程序,需要知道窗口是否被拖动(移动)。问题是它不是程序的窗口,而是操作系统中的任何窗口(例如 Safari、iTunes、Adium、TextMate 等),以及它属于哪个程序

我认为 AppleScript 将是实现此目的的潜在方法,但似乎无论如何都不知道它是否被拖动。

有什么想法吗?

I am trying to write a program that requires to know if a window is being dragged (moved around). The catch is that it's not the program's window, but rather any window in the OS (eg. Safari, iTunes, Adium, TextMate, etc.), and what program it belongs to

I was thinking AppleScript would be a potential way to do this, but there doesn't seem to be anyway to know whether it's being dragged.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柒夜笙歌凉 2024-08-20 05:11:47

在窗口上将调整处理程序的大小或窗口将移动处理程序。我不确定这些名称是否准确,但您可以在 Interface Builder 的检查窗口中 Applescript 部分的 Window 部分中找到它们。

On window will resize handler or window will move handler. I'm not sure if those are the exact names but you can find them in the Window section of the Applescript section in the inspect window in Interface Builder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文