SFML community forums

Help => Window => Topic started by: lehthanis on November 19, 2016, 04:17:26 am

Title: Keyboard in CLI application? KeyReleased event without window?
Post by: lehthanis on November 19, 2016, 04:17:26 am
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?
Title: Crowdfunding for "Stardust" requested HELP!!!
Post by: eXpl0it3r on November 19, 2016, 09:58:31 am
As you found out, events only work with a window.