Multiple keyboards and low-level hooks

前端 未结 2 939
粉色の甜心
粉色の甜心 2020-12-05 05:52

I have a system where I have multiple keyboards and really need to know which keyboard the key stroke is coming from. To explain the set up:

  1. I have a normal P
2条回答
  •  自闭症患者
    2020-12-05 06:16

    No way to do this. Windows abstracts this for you. As mentioned, you need to write/modify a device driver.

提交回复
热议问题