On 06/12/2011 07:45 PM, Lucas Zawacki wrote:
I'm having some issues with test that inject input. For instance this code ( http://pastebin.com/gan0Niqj ) works as expected under wine and wine with dinput8.dll , but fails in every windows version... I tried a version with SendInput and had the same results...
Anyone has some insight on this?
keybd_event( key, 0, 0, 0);
Have you tried using more meaningful parameters then 0?
Vitaliy.