diff options
| author | a1xd <[email protected]> | 2021-03-29 19:41:42 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-03-29 19:41:42 -0400 |
| commit | 5a0db3165d1ad050fd5e3f48d290f5ec7289a4f2 (patch) | |
| tree | bbe885a5a8626c0ff3af0e6828394c39b478bc25 /common/rawaccel-base.hpp | |
| parent | formatting + file renames (diff) | |
| download | rawaccel-5a0db3165d1ad050fd5e3f48d290f5ec7289a4f2.tar.xz rawaccel-5a0db3165d1ad050fd5e3f48d290f5ec7289a4f2.zip | |
add jump type
Diffstat (limited to 'common/rawaccel-base.hpp')
| -rw-r--r-- | common/rawaccel-base.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rawaccel-base.hpp b/common/rawaccel-base.hpp index 308a3fc..ac60ff0 100644 --- a/common/rawaccel-base.hpp +++ b/common/rawaccel-base.hpp @@ -15,6 +15,7 @@ namespace rawaccel { enum class accel_mode { classic, + jump, natural, motivity, power, @@ -37,6 +38,7 @@ namespace rawaccel { double exponent = 0.05; double limit = 1.5; double midpoint = 5; + double smooth = 0.5; }; struct domain_args { |