Hello again!
What's the simplest way to implement an input field similar to those used in windows applications
(like the adress bar of your browser)?
I'd like to use this in a screen to be able to write a text (like a typical chat would look like in a game).
Is there a way without having to program every tiny aspect of how such bars behave so I don't have to
check for, let's say shift+a to write a capital A and a without shift to write a lower case letter, etc.
I apologize in case this is not a sfml-related question because there's no way to do it with sfml and therefore it doesn't belong here but in that case I'd appreciate some hints.
Thanks in advance,
Trynox