C# 游戏手柄输入/输出类

发布于 2024-10-07 06:41:26 字数 189 浏览 2 评论 0原文

我正在尝试设计一个小程序,从 USB 转换器获取两个 PS2 控制器的输入。我想从所有按钮获取输入,包括按下(L3,R3)中的操纵杆、操纵杆位置以及模拟是否打开。我还想将反馈发送回控制器并运行两个振动电机,并可能控制 LED 进行模拟。

我正在寻找的是一个可以完成这一切的 C# 源代码文件,或者是一个已编译的一体化 DLL,甚至是一个初学者教程。

I am trying to design a little program that takes input from two PS2 controllers from a USB converter. I would like to take input from all the buttons including pressing the joysticks in (L3, R3), and the joysticks position, and whether the analog is on. I would also like to send feedback back to the controllers and run the two vibration motors and possibly control the LED for analog.

What I'm looking for is a C# source code file that can do it all or an already compiled all-in-one DLL or even a beginners tutorial.

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

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

发布评论

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

评论(2

桃扇骨 2024-10-14 06:41:26

您可能需要开发自己的 .NET 库来与 PlayStation 控制器交互,这可能会非常复杂。这篇文章可以帮助您入门。祝你好运!

You will likely need to develop a .NET library of your own to interface with a PlayStation controller, and this could get pretty involved. This article can help get you started. Good luck!

给妤﹃绝世温柔 2024-10-14 06:41:26

看看这个项目:
http://www.codeproject.com/Articles/16704 /Interface-with-a-Joystick-using-C

另请阅读:http://213.55.83.214:8181/Computer%20Science/Programming/01428.pdf

不是整本书,而是与您需要的相关的部件。

Check out this project:
http://www.codeproject.com/Articles/16704/Interfacing-with-a-Joystick-using-C

Also read: http://213.55.83.214:8181/Computer%20Science/Programming/01428.pdf

Not the entire book but parts that are relevant for what you need.

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