简体   繁体   中英

How to distinguish between KeyBoard Numpad and external USB Numpad?

I try to write an little application for remapping my external Numpad for quite a while now, but I'm stuck. The way I am trying to do that is by figuring out when my external Numpad sends a keystroke via Raw Input API, then sending a VK with SendInput when a specific key on my external Numpad is pressed, and finally blocking the keystrokes the Numpad sends from being received by any application. But the last thing is where I am stuck.

When I try to Block input with BlockInput(TRUE), my application also doesn't receive any WM_INPUT Raw Input Messages, and I didn't came up with any other idea yet. I have read something about key hooks in this thread , but there is no real solution mentioned. Can somebody help me with this?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM