1
General / Re: Write to Console While Out Of Focus/Hidden?
« on: December 09, 2015, 05:52:38 am »Apparently the only thing CupertinoEffect didn't know was that SFML would also allow text input through the TextEntered event. Hence the attempt to use std::cin -- I doubt he's actually interested in a solution to forcefully use the console just for the sake of it.I can confirm that I was after the TextEntered event and that I was trying to use the console because I'm godawful at SFML.