-
Notifications
You must be signed in to change notification settings - Fork 68
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
Joystick support #128
Comments
If possible, two joystick support would be good, but even if only one is possible, supporting both fire buttons would be good. |
Looks like browsers now have good joystick support https://gamepad-tester.com/ although it looks like it might only be xinput drivers on windows. |
There's already some undocumented syntax for this in https://github.com/mattgodbolt/jsbeeb/blob/master/main.js
Maybe you can test if this still works :) |
Another request over email (for BBC Joystick emulation to a PC joypad). |
I just tested on iPad 6 with XBox One controller (need to be careful to get the right model, must be Bluetooth 1708) and my old gamepad code still seems to be working 🎉 Apple actually support this officially! https://www.macworld.com/article/3410800/how-to-pair-an-xbox-one-controller-with-iphone-or-ipad.html |
That's amazing! Thanks Michael!
…On Sat, Nov 28, 2020 at 9:08 AM Michael Borcherds ***@***.***> wrote:
I just tested on iPad 6 with XBox One controller (need to be careful to
get the right model, must be Bluetooth 1708) and my old gamepad code still
seems to be working 🎉
Apple actually support this officially!
https://support.apple.com/en-us/HT210414c
https://www.macworld.com/article/3410800/how-to-pair-an-xbox-one-controller-with-iphone-or-ipad.html
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2Y5IXTOCMU74RLJYIAALSSEG77ANCNFSM4CQXR4CQ>
.
--
Matt
(he/him)
|
Looks like I added support for buttons only, not for the ADC joystick itself Martin B has made a nice SSD so at least we can test it easily once it's implemented :) |
If we change the "fire" button to A then we should also disable the default mapping of A as
|
No description provided.
The text was updated successfully, but these errors were encountered: