react-gamepad icon indicating copy to clipboard operation
react-gamepad copied to clipboard

A Gamepad handler as a React component

Results 8 react-gamepad issues
Sort by recently updated
recently updated
newest added

console log spaming after gamepad used ![image](https://user-images.githubusercontent.com/12889180/97989423-9179cd00-1def-11eb-89c4-2bd005b5407f.png)

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.