在 OSX 上的 Cocoa 中以全屏模式处理事件

发布于 2024-10-21 01:31:44 字数 214 浏览 1 评论 0原文

我正在尝试向我的可可应用程序添加全屏支持,但在弄清楚如何处理事件方面遇到了一些麻烦。我使用 EnterFullScreenMode:withOptions: 方法进入全屏模式,但是当我这样做时, NSFullScreenWindow 似乎成为第一个响应者并接收事件。我对如何重写此类来处理键盘和鼠标事件感到困惑(我找不到方法来设置哪个类的窗口成为全屏窗口)。我完全偏离基地了吗?我应该使用其他方法来实现全屏模式吗?

I am trying to add full screen support to my cocoa application and I am having a little trouble figuring out how to handle events. I use the method enterFullScreenMode:withOptions: to get into full screen mode but when I do this it seems that a NSFullScreenWindow becomes the first responder and receives events. I am confused about how about be able to override this class to handle keyboard and mouse events (I could find no way to set what class of window becomes the full screen window). Am I totally off base? Should I use another method to achieve full screen mode?

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

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

发布评论

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

评论(1

凤舞天涯 2024-10-28 01:31:44

通过将全屏视图设置为第一响应者,我能够克服这个问题。

I was able to overcome this problem by making the view that became full the screen the first responder.

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