views:

58

answers:

0

What should be used to log keys. GetAsyncKeyState or low level windows hook.

I found that GetAsyncKeyState sometimes loses key strokes and the messages sent sometimes appear out of order.

Low level hooks seem to be the only way to do this.

Please suggest.

Thanks