I want to understand why keybd_event does not work in some contexts. For example, it does not work in games with League of Legends or games emulated in ePSXe.
The following code:
Keys key = Keys.Q;
keybd_event((byte)key, 0x45, 0x0001 | 0,...
asked by
26.12.2013 / 20:32