I'm not sure how to scan the current keyboard state in PE.
I'm sure it can be done, probably in Microsoft's overly-complicated PITA manner, using the Windows API or maybe the GetKeyboardState function in winuser.h.
Key and mouse state changes in Windows are usually sent to the program whose window currently has the focus.
I'm sure it can be done, probably in Microsoft's overly-complicated PITA manner, using the Windows API or maybe the GetKeyboardState function in winuser.h.
Key and mouse state changes in Windows are usually sent to the program whose window currently has the focus.