Hi, I want to make a PyGame application that will send key press data to the currently active window. So, if I ran the program, and then switched to another window, the program should send data to that window just as if I had typed in that window. Can it be done with PyGame? Thanks,
Ian