[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Sending key-pressing input to a window



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