C# 中直接输入
大家好,我想在我的 C# 程序中使用直接输入,以便我可以与某些游戏控制器进行交互,但是我到处寻找,似乎找不到
Microsoft.DirectX.DirectInput.dll
谁能将我链接到哪个包它在?
干杯
Hi guys im wanting to use direct input in my c# program so that I can interface with certain game controllers, however i've looked high and low and cant seem to find the
Microsoft.DirectX.DirectInput.dll
Can anyone link me to what package its in?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装 DirectX SDK,然后从中引用它。
You'd install the DirectX SDK, and then reference it from that.