So my goal here is to detect what key's are being pressed in a while loop until I break it with enter.
adding on to my final message string like this:
keypress += _getch(); and it works fine.
My problem is _getch doesent register outside of the console application, I need it to still grab keys even if I'm not active in the console window, is this possible and if so how?