Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个与Wiimote交互的 PC 应用程序。到目前为止,我一直在使用wiiuse 库,效果很好。
但是,wiiuse 不支持MotionPlus扩展。我听说过Dolphin和libogc的扩展来实现这一点,但还没有设法找到这段代码。
您知道使用 wiiuse 或其他基于 C 的库实现对 MotionPlus 支持的代码吗?
我发现fWIIne有一个支持 MotionPlus 的修改版本,尽管只在发布 zip 文件中,而不是在存储库中。