使用 Tao.Platform.Windows 中的SimpleOpenGlControl,如何将其设置为全屏模式,还是必须使用 glut?
我的解决方案
FormBorderStyle = FormBorderStyle.None;
WindowState = FormWindowState.Maximized;
使用 Tao.Platform.Windows 中的SimpleOpenGlControl,如何将其设置为全屏模式,还是必须使用 glut?
我的解决方案
FormBorderStyle = FormBorderStyle.None;
WindowState = FormWindowState.Maximized;
您的解决方案很好,并且已经过测试,可以在所有情况下按预期工作(作为 Tao 和 OpenTK 开发人员)。
这是一些关于将 SimpleOpenGlControl 设置为全屏的讨论。