

update readme
@0cf50312768322ef6517dcf42ab8bf22ea5bc042
--- README.md
+++ README.md
... | ... | @@ -58,8 +58,10 @@ |
58 | 58 |
| DPad ↑ ↓ | `float` | `pressedDPadY();` | `-1.0` : Down, `1.0` : Up | |
59 | 59 |
| Left Stick ← → | `float` | `tiltedStickLX();` | `-1.0` : Right, `1.0` : Left | |
60 | 60 |
| Left Stick ↑ ↓ | `float` | `tiltedStickLY();` | `-1.0` : Down, `1.0` : Up | |
61 |
+| Left Stick | `bool` | `isTiltedL();` | Return `true` when L stick is tilted | |
|
61 | 62 |
| Right Stick ← → | `float` | `tiltedStickRX();` | `-1.0` : Right, `1.0` : Left | |
62 | 63 |
| Right Stick ↑ ↓ | `float` | `tiltedStickRY();` | `-1.0` : Down, `1.0` : Up | |
64 |
+| Right Stick | `bool` | `tiltedStickRY();` | Return `true` when R stick is tiled | |
|
63 | 65 |
| R2 | `float` | `pressedR2Analog();` | `-1.0` : Pressed, `1.0` : Not pressed | |
64 | 66 |
| L2 | `float` | `pressedL2Analog();` | `-1.0` : Pressed, `1.0` : Not pressed | |
65 | 67 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?