This is actually a common issue that I see popup every once in a while. You want to load in your images using SDL_image (or just SDL), but you then ne
SDL Tips
You can easily grab the handle of the Window using a single function inside SDL. Please note, I don't recommend you do this unless you really need to
SDL Tips
Did you know that SDL can control attached CD / DVD drives? You can query various information about them, open the drive, close the drive, and even pl
SDL Tips