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.
我遇到了一个问题:在我的软件中,我必须编写代码来查找使用 C++ 连接到我的 Mac 的操纵杆的数量……我对此一无所知……
任何示例代码或建议都会对我很有帮助。
您可以使用 SDL 库,它也可以在 Mac 和 PC 上运行。文档
只需一个函数调用即可确定操纵杆的数量:
int n = SDL_NumJoysticks();