diff options
Diffstat (limited to 'src/input/joystick.h')
-rw-r--r-- | src/input/joystick.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/joystick.h b/src/input/joystick.h index 3587d1ba0..198b6fe9e 100644 --- a/src/input/joystick.h +++ b/src/input/joystick.h @@ -122,6 +122,9 @@ class Joystick final int getNumber() const noexcept2 A_WARN_UNUSED { return mNumber; } + void setTolerance(const int tolerance) + { mTolerance = tolerance; } + void setUseInactive(const bool b) { mUseInactive = b; } |