开发者

Cross platform solution to undecorating a window?

开发者 https://www.devze.com 2023-01-18 04:04 出处:网络
This is a follow up to this question. Since, it I can\'t use GLUT to undecorated windows is there a cross-platform (which should include Mac, Windows, and Ubuntu at minimum) library or way to undec开

This is a follow up to this question.

Since, it I can't use GLUT to undecorated windows is there a cross-platform (which should include Mac, Windows, and Ubuntu at minimum) library or way to undec开发者_运维知识库orated a window? I know there are ways to do this for individual operating systems but, I wanted a cross platform way to do it, so I looked at GLUT. Unfortunately, the only option is glutFullScreen which I do not want.

(And can it be in C++ or C too?)


Have a look at borderless windows in Qt.

Making a borderless window with for Qt


Yes, you can use freeglut to undecorate windows. See the second answer to the question Is it possible to make a window withouth a top in GLUT?

0

精彩评论

暂无评论...
验证码 换一张
取 消