SFML community forums

Help => General => Topic started by: mafiozy on January 29, 2023, 02:46:32 pm

Title: text box
Post by: mafiozy on January 29, 2023, 02:46:32 pm
Hello everyone. Is there a way to make textboxes in sfml like in html and css? Or there a way only like through making special class that includes box, how text text handling etc.?
Title: Re: text box
Post by: eXpl0it3r on January 29, 2023, 05:10:23 pm
SFML isn't a UI library, but there a few that were create and/or support SFML, e.g. TGUI or ImGui-SFML

Otherwise, you can handle the TextEntered event and draw some boxes and texts