C/C++与 HID 接口 - USB 设备
我有一个游戏手柄,我想使用操纵杆上的按钮与我的程序进行交互。我一直在寻找任何解决方案一段时间,但我找不到任何解决方案。我有设备 ID 和供应商 ID,有什么好的例子可以说明如何实现这一点吗?
I have a gamepad and i want to use the buttons on the joystick to interact with my program. I have been searching for a while now for any solutions and i cant find any. I have the device id and the vendor id are there any good example as to how i can accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要研究 libusb,一个用于访问 USB 设备的 C 库。它可在多个平台上使用。
You might want to look into libusb, a C library for accessing USB devices. It is available on multiple platforms.
SDL 库 可以访问操纵杆和控制器。
以下是有关此主题的一些文档:
The SDL Library can access joysticks and controller.
Here's some documentation about this topic: