roach4411 Posted May 5, 2009 Posted May 5, 2009 Is there a way to distinguish between keyboard input by a user vs keys sent by a script?
Authenticity Posted May 5, 2009 Posted May 5, 2009 http://msdn.microsoft.com/en-us/library/ms...28VS.85%29.aspxRead the help file for an example of the _WinAPI_SetWindowsHookEx() function. The structures used by the lparam of the callback procedure should contain a member which specify if the event was injected.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now