NSResponder mouseExited 悬停在窗口标题上时

发布于 2024-11-18 03:48:34 字数 238 浏览 2 评论 0 原文

我有一个带有 NSToolbar 和内容视图的 NSWindow。 我已将跟踪区域设置为视图的整个框架。

我希望当光标离开内容视图并进入工具栏和/或窗口标题时触发 mouseExited 事件。实现这一目标的最佳方法是什么?我应该将跟踪区域绑定到工具栏正下方吗?

我需要这个的主要原因是因为我的视图需要一个特殊的光标。所以我在 mouseEntered 中更改它并希望在 mouseExited 时再次更改它

谢谢

I have an NSWindow with an NSToolbar and a content view.
I have set the tracking area to be the whole frame of the view.

I wish to have the mouseExited event fired when the cursor leaves the content view and enters the toolbar and/or the window title. What is the best way to achieve this? should I bound the tracking area to just below the toolbar?

The main reason I need this is because my view needs a special cursor. So I'm changing it in mouseEntered and wish to change it again when mouseExited

Thanks

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

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