开发者

C++ window creation / SDL

Simple enough question. Is there a way to achieve 'custom' windows with SDL? By this I mean, the ability to customize the application's frame / GUI / close / minimize buttons etc. Examples would be Steam, AIM/Pidgin/Hamachi. I am new to the language, and if someone could point me in the correct direction I would much appreciate it. What would the correct terminology be for this?

Edit: Or, just the possibility of turning off the fra开发者_开发知识库me.


With SDL, you can remove the frame by passing in SDL_NOFRAME to SDL_SetVideoMode as one of the flags.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜