Is it possible to swallow a key in Raw Input?

前端 未结 3 1449
故里飘歌
故里飘歌 2021-01-13 09:24

I am using the Raw Input API because I need to be able to respond to keys from different USB HID devices differently, even if it is the same key.

My

3条回答
  •  旧巷少年郎
    2021-01-13 10:08

    You can "swallow" some key-press only by writing a kernel keyboard filter driver. So, if you are still in that you'll need a DDK.

提交回复
热议问题