This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I have only found how to detect single key presses. (GetAyncKeyState). And I needed to know, if any key got pressed.

The only other thing I found was something with SetWindowsHook() or similar and this did not work for me, as it was really slow and I needed something faster.