react-gamepad
react-gamepad copied to clipboard
A Gamepad handler as a React component
console log spaming after gamepad used 
PR for issue #3
Hi i have created a new react app using ``` npx create-react-app my-app cd my-app npm start ``` and used installed react-gamepad, updated app.js file as below code ``` import...
Hello, I have a problem with the props onBack and onStart, when I try to add its inside my Gamepad component I have the following error: ```typescript No overload matches...
Hey, Is it just me doing something wrong or it doesn't work with **PS4** nor **Nacon** controllers? I've simply pasted your example to check if that works and there is...
Hi i am using XBOX 360 to move robot but i need to make use of Axis 6 and Axis 7 button which are according to this link [html5gamepad](http://html5gamepad.com/) please...
Solved issue #11 and #3 Add type definition from [@types/react-gamepad](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-gamepad)
Hi just a quick question, can I get the name of the controller with this library? Additionally, can I also get the pID and vID of the controller? Thanks.