JNI keyboard hook

    If you want your JNI program process with your native dll's keyboard I/O, you must implement keyboard hook function.

    http://www.jotschi.de/?p=90
    http://www.codingforums.com/showthread.php?t=147913

Comments

Popular posts from this blog

Drawing textured cube with Vulkan on Android

glTF loader for Android Vulkan

C++ unit testing & CI integration in GitHub (I/2)