-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiimote support #1136
Comments
I don't see any problems with adding these buttons. The Wiimote can also be used on PC, after all. |
Thanks @Fussmatte, you have been extremely helpful! I will remove the buttons Z and C, because they are located on the nunchuck, and IMHO it doesn't make sense to use the nunchuck with VVVVVV (the Wiimote alone is good enough). I should have a PR ready in the next few days :-) |
Thanks @Fussmatte for the button pictures. The Product IDs added here are those reported by libSDL when running on a Wii. Fixes: TerryCavanagh#1136
Thanks @Fussmatte for the button pictures. The Product IDs added here are those reported by libSDL when running on a Wii. Fixes: TerryCavanagh#1136
Hi all!
I want to add support for showing the right button names on the Wii ("1", "2" at least), and I'm planning to go the lazy way: since the only supported controller will be the wiimote, I would just replace the button images in the
buttons_<size>.png
textures with the right images.What I don't like about this solution is that I wouldn't be able to merge it upstream. So, the question: what's the likelyhood of a PR adding some of the Wiimote buttons being accepted?
The text was updated successfully, but these errors were encountered: