Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 10 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
编辑 src/xbox_controller.hpp,将缺少的
#include
添加到其中(靠近开头的位置)。Edit src/xbox_controller.hpp, add missing
#include <stdint.h>
to it (somewhere near the beginning).