SFML community forums

Help => Window => Topic started by: Wolcheara on May 23, 2022, 12:55:30 am

Title: Menu, imput field creation [Linux]
Post by: Wolcheara on May 23, 2022, 12:55:30 am
Hey, I am doing a Mineswepeer game. And I would like to add a game mode, where user could set his own number of sqares. But I could not find any functions, which could create an imput field and also function for reading information from inmput field. So, I would glad, if someone would help me.

Thank for your attention
Title: Re: Menu, imput field creation [Linux]
Post by: eXpl0it3r on May 23, 2022, 09:05:33 am
SFML isn't a UI framework, so you'll either have to pick any of the available UI libraries that work with SFML or write your own with sf::Text and sf::Event::TextEntered