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

Author Topic: Textfield?  (Read 1988 times)

0 Members and 1 Guest are viewing this topic.

David

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Textfield?
« on: May 24, 2011, 02:30:04 am »
Hey

I can't find any tutorials on how to make textfields (textboxes, input field, etc.) and want to know how to make one with SFML. I'm fine with CP but the interface is just ugly and wouldn't last long :shock:

EDIT: I looked it up in the forums and found TextEntered. Just what the heck is that?

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
Textfield?
« Reply #1 on: May 24, 2011, 04:50:12 am »
TextEntered is an event type. Whenever any text is typed, a TextEntered event will appear when you're handling events. Look it up in the documentation.
I use the latest build of SFML2

 

anything