node-gamepad
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "node-gamepad", | ||
"description": "node-gamepad is a package for node that allows you to effortlessly interface your node applications with a variety of gamepad controllers.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/carldanley/node-gamepad", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -50,2 +50,19 @@ # node-gamepad | ||
## Supported Events | ||
This package supports up to 3 different types of components: joysticks, buttons and statuses (like battery level, charging, etc). | ||
### Joysticks | ||
1. `:move` | ||
### Buttons | ||
1. `:press` | ||
1. `:release` | ||
### Statuses | ||
1. `:change` | ||
## License | ||
@@ -52,0 +69,0 @@ |
12272
77