On Sun, Jun 12, 2011 at 10:45:38PM -0300, 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?
What does keybd_event() do? I suspect that Windows might not hooking the keyboard for DirectInput usage, but attaches to some lower layer in the input stack. Ciao, Marcus