开发者

C++ window creation / SDL

开发者 https://www.devze.com 2023-04-04 23:06 出处:网络
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

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

精彩评论

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