C# - 无法解析 DirectX SDK 中的 XInput 命名空间(2008 年 11 月)

发布于 2024-07-10 01:51:42 字数 264 浏览 10 评论 0原文

我刚刚开始使用 directx,并且在互联网上阅读了一些使用 XInput 与 Xbox 控制器交互的文章。

当我尝试在我的 C# 应用程序中使用它时,我似乎找不到要引用的正确程序集。 据我了解,它应该位于 Microsoft.DirectX.dll (命名空间 Microsoft.DirectX.XInput)中,但是当我添加引用时,这个问题没有得到解决。

我错过了什么吗? 我应该尝试早期版本的 sdk 吗?

I'm just starting to play around with directx and I've read a few articles on the internet that use XInput to interface with the Xbox controller.

When I try to use it in my c# app, I can't seem to find the correct assembly to reference. From what I understand, it's supposed to be in Microsoft.DirectX.dll (namespace Microsoft.DirectX.XInput) but that doesn't get resolved when I add the reference.

Am I missing something? Should I try an earlier version of the sdk?

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

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

发布评论

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

评论(2

短叹 2024-07-17 01:51:43

这里似乎很奇怪。 微软不再提供托管directx,我刚刚检查了我的参考列表,没有托管库的Microsoft.DirectX.XInput。 大多数情况下它仅适用于 C++ 和 XNA。

It seems odd here. Microsoft doesn't provide managed directx anymore, and I've just check my reference list, there's no Microsoft.DirectX.XInput for managed library. Most like it's only available for C++ and XNA only.

回眸一笑 2024-07-17 01:51:42

有一个优秀的 .Net DirectX 第三方包装器,称为 SlimDX: http:// /slimdx.mdxinfo.com/wiki/index.php?title=Main_Page

它与托管 DX 非常相似。 我已经使用它几个月了,没有出现任何问题。

There's an excellent 3rd-party wrapper around DirectX for .Net called SlimDX: http://slimdx.mdxinfo.com/wiki/index.php?title=Main_Page

It's very similar to Managed DX. I've been using it for a couple months now with 0 problems.

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