CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2012
    Posts
    53

    Low-Level Keyboard Input Detection

    Hey there,

    I am writing an software that should be able to detect all keyboard inputs by the user. i.e., both hardware and software/on-screen keyboard.

    This software is going to be written in a platform independent way and supposed to run on Windows, Linux, Android & iOS.

    The idea is to capture the keyboard inputs from a low level, there by making sure that it doesn't miss any inputs even if it's a on-screen keyboard like in a mobile device.

    I am looking at possible open source libraries that can be used.

    Anyone got any good ideas on what to use?

    Thanks in advance!

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Low-Level Keyboard Input Detection

    Discussion of potential OS vulnerabilities or malware technologies never was welcomed on CG.
    Best regards,
    Igor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured