node-gamecontroller icon indicating copy to clipboard operation
node-gamecontroller copied to clipboard

A node.js driver for several gamecontrollers

Results 5 node-gamecontroller issues
Sort by recently updated
recently updated
newest added

Button names are taken from https://en.wikipedia.org/wiki/HOTAS

I will be adding this from my fork soon. This will work for USB-connected DS4 controllers, with limited support for Bluetooth-connected DS4 controllers, as the input is reported differently over...

Currently, the hid.on function is coded so that an axis update is only emitted once the X coordinate moves, not the Y. I plan to fix this soon in my...

When using the xplorer guitar, calling .close() will generate an error. Looking at the _hid property I can see that there is no such function. https://github.com/infusion/node-gamecontroller/blob/deebd1c58ce81e900814e63d18569f06daf102f7/gamecontroller.js#L94