summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-09 11:51:50 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-09 11:51:50 +0200
commit62e411f297e3b7ba2b09c7ac6c371590528a5011 (patch)
treefdd374251df237ec0adbd29fbbda902854626d34 /README.md
parent6c0e0437773738533587a08d53aa534216c22e4c (diff)
downloadbidi-62e411f297e3b7ba2b09c7ac6c371590528a5011.tar.gz
Added support for multiple controllers (Playstation)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 29d5748..9e3d055 100644
--- a/README.md
+++ b/README.md
@@ -84,10 +84,10 @@ close_window()
| Button | Keyboard | Xbox | Playstation |
| ------------------ | -------- | ------------- | ------------- |
-| `button.PAD_UP` | `W` | `D-pad Up` | `D-PAD UP` |
-| `button.PAD_DOWN` | `S` | `D-pad Down` | `D-PAD DOWN` |
-| `button.PAD_LEFT` | `A` | `D-pad Left` | `D-PAD LEFT` |
-| `button.PAD_RIGHT` | `D` | `D-pad Right` | `D-PAD RIGHT` |
+| `button.PAD_UP` | `W` | `D-pad Up` | `D-pad Up` |
+| `button.PAD_DOWN` | `S` | `D-pad Down` | `D-pad Down` |
+| `button.PAD_LEFT` | `A` | `D-pad Left` | `D-pad Left` |
+| `button.PAD_RIGHT` | `D` | `D-pad Right` | `D-pad Right` |
| `button.A` | `L` | `A` | `Cross` |
| `button.B` | `P` | `B` | `Circle` |
| `button.X` | `K` | `X` | `Square` |