Want to send key to Gameboy Emulator with python. Sendkeys() doen't work nor does win32api.keybd_event. Wat do
Name:
Anonymous2014-02-22 9:03
What emulator is it? Find out how it reads the keyboard before you ask this. It's probably using GetAsyncKeyState which ignores the windows messages you are sending it.