You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some features that I want to add, but either never included them, or never completely finished writing it in my code. Here are somethings I want to work on:
Add a feature that figures out what controller you are using, and pairs it with the proper button mapping.
Add Axis mapping and axis detection.
Add a feature I've only ever seen with Nintendo Gamecube controllers that allow you to use pressure buttons.
Look for a better way to detect Button presses and Axis detection.
In the event listener that listens for gamepad disconnections, make the example on the bottom of it's code actually work with connected_Gamepads if it removes the trailing nulls from arr.
If it is even possible in Javascript, add a feature that enables temporary Wii Remote (Wiimote for short) connections for the browser. I want to try to get this to work on Apple Computers since Apple changed their security settings that ends up blocking Wiimote connections.
There are some features that I want to add, but either never included them, or never completely finished writing it in my code. Here are somethings I want to work on:
connected_Gamepadsif it removes the trailing nulls fromarr.