SDL - scrollbar in the windows
Hi, I'm new here, so not an experienced topic writer, but I didn't find a solution for my problem elsewhere, so I'd give it a try...
I've read some tutorials and manuals about SDL, but couldn't find one, talking about this question: I'd like to add a scrollbar to my windows, opened with sdl. Is there a simple flag, or parameter what you can simply use, and it automatically gives a scrollbar (or in other words: is there a simple, built-in solution for this in sdl?)
I've thought of a method, how I could make it manually (so, I'm not asking for one), but I was hoping, that the developers of sdl thought of this, and wrote a simple method.
Thx in advance for the help.
I've read some tutorials and manuals about SDL, but couldn't find one, talking about this question: I'd like to add a scrollbar to my windows, opened with sdl. Is there a simple flag, or parameter what you can simply use, and it automatically gives a scrollbar (or in other words: is there a simple, built-in solution for this in sdl?)
I've thought of a method, how I could make it manually (so, I'm not asking for one), but I was hoping, that the developers of sdl thought of this, and wrote a simple method.
Thx in advance for the help.
SDL doesn't have support for scrollbars.

