Want to send key to Gameboy Emulator with python. Sendkeys() doen't work nor does win32api.keybd_event. Wat do
Name:
Anonymous2014-02-22 5:32
it doesn't work or it's sending keys to the wrong window?
Name:
Anonymous2014-02-22 5:42
Install BDS/Gentoo.
Name:
Anonymous2014-02-22 5:42
Sorry, forgot to specify.
It does work in text fields like skype etc. when sending to the active window. However the emulator doesn't recognize the input even though the key is sent to it.
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.
Name:
Anonymous2014-02-22 10:21
wow! /anus/ got a thread with useful anwsers!
>>9 which ignores the windows messages you are sending it
why is that?