You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What has to be tried is launching a separate thread that does nothing else but checks for the hook. That'll avoid callback happening at the same time as process events.
The text was updated successfully, but these errors were encountered:
I don't think there's a way to completely avoid that. Windows shuts down the ability to response to keys after a very short time (see LowLevelKeyboardProc callback function on MSDN).
What has to be tried is launching a separate thread that does nothing else but checks for the hook. That'll avoid callback happening at the same time as process events.
The text was updated successfully, but these errors were encountered: