强制 glutCreateWindow 在双屏设置中的特定监视器上创建窗口

发布于 2024-12-03 06:10:53 字数 144 浏览 1 评论 0原文

我想知道是否有一种方法可以强制使用 glutCreateWindow 创建的窗口(以及我的应用程序的关联命令提示符)在我的双显示器设置中的特定显示器上打开。我使用一个监视器进行编码,并希望在每次启动应用程序时使用另一个监视器来实际运行我的应用程序。

谢谢 !

I was wondering if there's a way to force the window created using glutCreateWindow (along with the associated command prompt for my application ) to open on a specific monitor in my dual monitor setup. I use one monitor for coding and would like to use the other for actually running my application everytime I fire it.

Thanks !

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

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

发布评论

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

评论(1

左岸枫 2024-12-10 06:10:53

仅使用 glut 是不可能实现这一点的。您的解决方案将特定于您的程序运行的操作系统。

让它发挥作用将需要付出更多的努力,而不值得考虑您只是为了加快工作流程而这样做。

This is not possible using only glut. Your solution is going to be specific to the operating system that your program runs on.

Getting this to work is going to be far more effort than it is worth considering you want to do this just to speed up your workflow a bit.

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