I'm attempting to create a 'button pad' for a game. My program seems to work Ok, but I noticed while testing in Notepad that when I use
Keyboard.println("Button 1 pressed");
It only prints "some" of the output, if I press a few times, it prints more, but never everything. Eventually I noticed if I pressed a bunch, then moved my mouse, it would catch up writing everything else. I doubt this is a problem with the code, but more likely something with windows, or moving the mouse would have no effect.
I tried to search the forum, but couldn't really find anything. Has anyone else seen this and been able to get around it? It seems fine if I take it down to 1 letter, but I'd like to send a couple keystrokes.....
2 posts - 2 participants