| How to do these things in SDL? |
| How to do these things in SDL? |
|
Sik
|
2013/5/17, A.J.Moorse:
Pass SDL_WINDOW_BORDERLESS as one of the flags to SDL_CreateWindow, if I recall correctly.
That'd imply making the window topmost, but I don't think SDL lets you do this as-is. Somebody correct me if I'm wrong.
This works by catching the mouse dragging events and then moving the window accordingly. The former is just a matter of handling mouse events and keeping track of them, for the latter you can use SDL_SetWindowPosition. _______________________________________________ SDL mailing list http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org |
|||||||||||||||||
|
|
||||||||||||||||||

