[SDL] How to make the window appear on top of the screen?
Manuel García Cabrera
manugarciac5 at yahoo.com.ar
Fri Jun 8 08:47:12 PDT 2007
I'm using this to center my window:
putenv("SDL_VIDEO_WINDOW_POS");
putenv("SDL_VIDEO_CENTERED=1");
But I also want to appear onn top of the screen. How can I do that?
More information about the SDL
mailing list