I'm trying to use the SFML keyboard events in a CLI application...is this possible properly?
I need to trap the output of the keys so it doesn't actually type the letter to the console,
I need to access the KeyReleased event, which only seems to be available in a window, which I don't have.
Is any of this possible?