Is there a way to host an SDL surface inside another GUI component so that SDL is not at the top-level? For instance, could I put an SDL surface inside a Java JPanel or other widget?
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
The SDL website has several examples of how to do this: http://sdl.beuc.net/sdl.wiki/FAQ_GUI I'm not sure about Java, but you can definitely do it in C/C++ with GTK+ |
|||
|
|
