1
SFML projects / Re: Embarrassing Project
« on: December 15, 2012, 03:49:20 am »Creating a GUI-system is actually a great practice for learning both C++ as well as a simple library like SFML. Create "widgets" in classes like TextInput boxes, Labels, Buttons etc, in a way that makes them reusable.
... When I was searching the sfml docs I din't find any textinput options... I guess I din't try hard enough.