Due To The Inconvenience, I've moved to C# for this project, no further comments needed
I've encountered an issue during the development of a C++ tidbit, which sends keystrokes based on user input.
Upon trying to send the actual keystrokes, I am greeted with an error.
<error-type> message
I have posted a code snippet down below. Any help is very much appreciated.
/*Code snippet from program that handles actual keypresses*/
string message;
getline(cin, message);
SendInput(message);