diff options
author | danzel <danzel@localhost.geek.nz> | 2017-08-11 09:51:16 +0200 |
---|---|---|
committer | danzel <danzel@localhost.geek.nz> | 2017-08-11 09:51:16 +0200 |
commit | 8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41 (patch) | |
tree | 66c7a6ec1ffddf79735f1f28bb9cddebd134492d /src/input_common/sdl/sdl.cpp | |
parent | Merge pull request #2857 from j-selby/deploy-fix (diff) | |
download | yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.tar yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.tar.gz yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.tar.bz2 yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.tar.lz yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.tar.xz yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.tar.zst yuzu-8d3f48d0a3dbab0f5cc39120f69a74ce418a5a41.zip |
Diffstat (limited to 'src/input_common/sdl/sdl.cpp')
-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: * - "axis"(optional): the index of the axis to bind * - "direction"(only used for hat): the direction name of the hat to bind. Can be "up", * "down", "left" or "right" - * - "threshould"(only used for axis): a float value in (-1.0, 1.0) which the button is + * - "threshold"(only used for axis): a float value in (-1.0, 1.0) which the button is * triggered if the axis value crosses * - "direction"(only used for axis): "+" means the button is triggered when the axis value * is greater than the threshold; "-" means the button is triggered when the axis value |