C/C++与 HID 接口 - USB 设备

发布于 2024-11-26 18:44:38 字数 102 浏览 2 评论 0原文

我有一个游戏手柄,我想使用操纵杆上的按钮与我的程序进行交互。我一直在寻找任何解决方案一段时间,但我找不到任何解决方案。我有设备 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 技术交流群。

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

发布评论

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

评论(2

北方的巷 2024-12-03 18:44:38

您可能需要研究 libusb,一个用于访问 USB 设备的 C 库。它可在多个平台上使用。

You might want to look into libusb, a C library for accessing USB devices. It is available on multiple platforms.

半寸时光 2024-12-03 18:44:38

SDL 库 可以访问操纵杆和控制器。

以下是有关此主题的一些文档:

The SDL Library can access joysticks and controller.

Here's some documentation about this topic:

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