简体   繁体   中英

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 frame.

使用SDL,您可以通过将SDL_SetVideoMode作为标志之一传入SDL_NOFRAME来删除帧。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM