虚拟游戏控制器驱动程序
有什么方法可以用 C++ 映射像 ppjoy 这样的虚拟游戏控制器吗?我将从手机接收方向数据,我想将其用作 x 轴和 y 轴。我不需要任何高级的东西,我只想要 Windows 上的最大兼容性。
Is there any way that I can map a virtual game controller like ppjoy with c++? I will be receiving orientation data from a phone, and I want to use this as x and y axes. I don't need anything advanced, I just want maximum compatibility on windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个可以让我控制 ppjoy 的 dll,所以我将使用它。
I found a dll that lets me control ppjoy so I'm going to use that.