Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to get Text from User  (Read 1536 times)

0 Members and 1 Guest are viewing this topic.

katebasoft

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
How to get Text from User
« on: May 21, 2013, 01:24:19 pm »
How can i be able to register username and other details during run time, How does Sfml helps on creating something like TextBox?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
AW: How to get Text from User
« Reply #1 on: May 21, 2013, 01:29:36 pm »
Have you read the tutorials, especially the one about events? ;)
Maybe sf::Event::TextEvent ::)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

katebasoft

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: How to get Text from User
« Reply #2 on: May 21, 2013, 01:45:10 pm »
I have never come across the sf::Event::TextEvent, i have checked and found it in the documentation, if you have any link to the tutorials which teach the proper usage of it, I will appreciate if you write them down here, Thank you

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: How to get Text from User
« Reply #3 on: May 21, 2013, 01:51:00 pm »
Come one, there's only one tutorial with the word "events" in its title, I'm sure you can find it by yourself ;)
Laurent Gomila - SFML developer

katebasoft

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: How to get Text from User
« Reply #4 on: May 21, 2013, 01:59:18 pm »
Very sorry, i have seen it, thank you very much