Skip to content

Commit

Permalink
Fixed a documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgr committed Oct 15, 2022
1 parent da7e886 commit ecfd59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ StickLeftX = Split( Keyboard(Right), Keyboard(Left) )

; If the left stick's Y axis is moved sufficiently down (positive), press the down arrow key.
; If the left stick's Y axis is moved sufficiently up (negative), press the up arrow key.
; Of course, if the left stick's X axis is neutral, then neither key is pressed.
; Of course, if the left stick's Y axis is neutral, then neither key is pressed.
StickLeftY = Split( Keyboard(Down), Keyboard(Up) )
```

Expand Down

0 comments on commit ecfd59f

Please sign in to comment.