从 C#/C++ 与 HID 设备接口?

发布于 2024-12-25 21:19:46 字数 167 浏览 2 评论 0原文

我知道我可以挂钩 HID 设备发送的事件,但我有兴趣了解是否有任何方法可以实际向其发送指令。例如,我想编写一个应用程序,允许我单击按钮,然后键盘“按下一个键”。普通方法(SendInput、SendKeys 等)都无法满足我的需求,因此这是我剩下的唯一选择。

这是否可能,如果可能,我应该研究什么?谢谢!

I understand that I can hook events sent by HID devices, but I am interested in finding out if there is any way to actually send instructions to it. For example, I would like to write an application that allows me to click a button, and the keyboard "presses a key". None of the normal methods (SendInput, SendKeys, etc) are working for my needs, so this is about the only option I have left.

Is this even possible, and if so what should I be looking into? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

々眼睛长脚气 2025-01-01 21:19:46

由于任何常规方法都不起作用,我选择使用 Oblita 拦截库,它似乎非常适合我的需求。感谢您的帮助!

http://oblita.com/Interception

As none of the normal methods would work, I have opted to use the Oblita Interception Library which seems perfect for my needs. Thanks for the help!

http://oblita.com/Interception

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文