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
I' m using this library to receive input message and handle it in background. But if the textbox got focused, the characters will still be typing there. How to prevent it?
The text was updated successfully, but these errors were encountered:
If you want to intercept some of the input I guess you could try not calling the default window procedure when you receive the WM_INPUT you want to intercept.
I' m using this library to receive input message and handle it in background. But if the textbox got focused, the characters will still be typing there. How to prevent it?
The text was updated successfully, but these errors were encountered: