双显示器情况下的 Macintosh 应用程序位置

发布于 2024-10-26 21:43:02 字数 53 浏览 1 评论 0原文

假设我的 Macintosh 机器有双显示器,我如何才能准确地确定我的应用程序所在的显示器。

Suppose my Macintosh machine has dual monitors how can I accurately determine the monitor in which my application is in.

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

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

发布评论

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

评论(2

贩梦商人 2024-11-02 21:43:02

[NSScreen mainScreen] 返回具有焦点窗口的屏幕。在应用程序激活时调用此方法

[NSScreen mainScreen] returns the screen with the focused window. Call this method while you're application is activated

一影成城 2024-11-02 21:43:02

调用 -[NSWindow screen] 在您感兴趣的窗口上,例如您的主窗口(请记住,如果您有多个窗口,每个窗口都可能在不同的屏幕)。

Call -[NSWindow screen] on the window you're interested in, e.g. your main window (keep in mind that if you have several windows each of them may be on a different screen).

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