1

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?

Mossen
  • 247
  • 1
  • 9

1 Answers1

2

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+