强制 glutCreateWindow 在双屏设置中的特定监视器上创建窗口
我想知道是否有一种方法可以强制使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅使用 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.