diff options
| author | 2017-08-11 11:02:14 +0300 | |
|---|---|---|
| committer | 2017-08-11 11:02:14 +0300 | |
| commit | 53ef90d1bde275367d71cb7d4658a7e7399da7e8 (patch) | |
| tree | 32c3e6453de7981511c163be00472f8b0c1dfcd4 /src/input_common | |
| parent | Merge pull request #2863 from wwylele/pad-state-zero (diff) | |
| parent | Fix some spelling mistakes (diff) | |
| download | yuzu-53ef90d1bde275367d71cb7d4658a7e7399da7e8.tar.gz yuzu-53ef90d1bde275367d71cb7d4658a7e7399da7e8.tar.xz yuzu-53ef90d1bde275367d71cb7d4658a7e7399da7e8.zip | |
Merge pull request #2874 from danzel/spelling-1
Fix some spelling mistakes
Diffstat (limited to 'src/input_common')
| -rw-r--r-- | src/input_common/sdl/sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl.cpp b/src/input_common/sdl/sdl.cpp index 756ee58b7..d404afa89 100644 --- a/src/input_common/sdl/sdl.cpp +++ b/src/input_common/sdl/sdl.cpp | |||
| @@ -159,7 +159,7 @@ public: | |||
| 159 | * - "axis"(optional): the index of the axis to bind | 159 | * - "axis"(optional): the index of the axis to bind |
| 160 | * - "direction"(only used for hat): the direction name of the hat to bind. Can be "up", | 160 | * - "direction"(only used for hat): the direction name of the hat to bind. Can be "up", |
| 161 | * "down", "left" or "right" | 161 | * "down", "left" or "right" |
| 162 | * - "threshould"(only used for axis): a float value in (-1.0, 1.0) which the button is | 162 | * - "threshold"(only used for axis): a float value in (-1.0, 1.0) which the button is |
| 163 | * triggered if the axis value crosses | 163 | * triggered if the axis value crosses |
| 164 | * - "direction"(only used for axis): "+" means the button is triggered when the axis value | 164 | * - "direction"(only used for axis): "+" means the button is triggered when the axis value |
| 165 | * is greater than the threshold; "-" means the button is triggered when the axis value | 165 | * is greater than the threshold; "-" means the button is triggered when the axis value |