Skip to content

Commit 641495a

Browse files
authored
Merge pull request #68 from Samathy/samathy-doc-direction-middle
Correct push -> middle in sense.stick documentation
2 parents ec8c961 + 6900feb commit 641495a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ A tuple describing a joystick event. Contains three named parameters:
661661

662662
* `timestamp` - The time at which the event occurred, as a fractional number of seconds (the same format as the built-in `time` function)
663663

664-
* `direction` - The direction the joystick was moved, as a string (`"up"`, `"down"`, `"left"`, `"right"`, `"push"`)
664+
* `direction` - The direction the joystick was moved, as a string (`"up"`, `"down"`, `"left"`, `"right"`, `"middle"`)
665665

666666
* `action` - The action that occurred, as a string (`"pressed"`, `"released"`, `"held"`)
667667

0 commit comments

Comments
 (0)