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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@ Custom implementation (wrapper) of the Gamepad API for ~~VR and~~ gamepads.
3
3
4
4
First version of the library from 2017, refactored in 2025.
5
5
6
-
Works with XBOX controllers. I have to test more devices. I will update here when I do so.
6
+
Works with XBOX and Logitech controllers. I have to test more devices. I will update here when I do so. Or test and [open an issue with a recording of the tested device.](https://github.com/Absulit/gamepad.js/issues)
7
7
8
8
9
9
# Example:
10
10
11
-
Live example here: https://absulit.github.io/gamepad.js/example/base/
11
+
### Live examples here:
12
+
-[Test control buttons](https://absulit.github.io/gamepad.js/example/base/)
13
+
14
+
-[Test with a 3d character](https://absulit.github.io/gamepad.js/example/character/)
15
+
16
+
-[Test with 2 controls](https://absulit.github.io/gamepad.js/example/controls/)
0 commit comments