I need to detect if text input was processed by keyboard or some auto writer tool (app which simulates keyboard by using keyboard hooks). Do you have any ideas or is it impossible? Thanx
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a Raw API discussed in a previous StackOverflow question that you can leverage.
Depending on your scenario, be careful about restricting accessibility – for example screen-input devices such as tablet touchscreens, hand-writing recognition or software designed to support those with disabilities may still be legitimate input sources for your application even if the input isn’t from a traditional physical keyboard.