更改 Xbox 控制器代表哪个玩家?
有谁知道是否有办法更改 Xbox 控制器上环的哪一部分亮起?例如,我希望插入第一个控制器来代表玩家 2(如果玩家 1 选择使用键盘/鼠标输入)
谢谢。
Does anyone know if there is a way to change which portion of the ring is lit on the Xbox controller? For instance, I want the first controller to be plugged in to represent player 2 (if player 1 opts to use keyboard/mouse input)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 XInputRemap 将连接的控制器重新映射到与这些控制器关联的用户。这是 XInput API 的一部分。因此,如果您有 2 个玩家并想要交换他们的控制器:
SDK 包含一个演示此功能的示例。
Use XInputRemap to remap the connected controllers to the users associated with those controllers. This is part of the XInput API. So if you have 2 players and want to swap their controller:
The SDK includes a sample the demonstrates this function.