Oranchelo Team
Oranchelo Team
> Although the name of the class seems to be a bit wrong, [as spin widgets normally refer to the arrows which allow you to change a numerical value](https://learn.microsoft.com/en-us/windows/win32/uxguide/ctrl-spin-controls?source=recommendations) Interesting....
A widget combining Slider and EditBox has been added in https://github.com/texus/TGUI/pull/238
While I still want something more composite-based in the future, it won't happen for TGUI 1.0, and I'm not going to keep this issue open until it does. Global properties...
How exactly do you expect it to work? Passing the predefined set to EditBox isn't difficult, but the actual autocomplete might be tricky. - Should the suggestion(s) appear on a...
When running the example code on Manjaro Linux I only hear noise and I also get a crash when pressing the left arrow key, or when pressing the right arrow...
I can confirm that the mentioned issues are fixed (tested on Linux). The noise is gone, all the effects in the example work and it no longer crashes.
There at least used to be one, which can be found at https://github.com/texus/CTGUI The master branch is stuck at TGUI 0.8 and hasn't been updated for several years. Two months...
Right now the Gui class and anything related to it is still missing in the dev branch, and some new features are still missing, so you can't write a full...
I imagine it will be a bit more difficult than CSFML, but it's hard to predict how difficult. The main difficulty compared to SFML is object lifetime. With SFML, you...
I'll try having a gui class in C by the end of next week, then I will hopefully have a better idea if there might be other difficulties. I imagine...