Skip to content

Commit 3cfd0f4

Browse files
authored
Merge pull request #27 from Absulit/docs_update
updated docs
2 parents 5fb758e + e663442 commit 3cfd0f4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ Custom implementation (wrapper) of the Gamepad API for ~~VR and~~ gamepads.
33

44
First version of the library from 2017, refactored in 2025.
55

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)
77

88

99
# Example:
1010

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/)
1217

1318
```javascript
1419
// from example/main.js

0 commit comments

Comments
 (0)