diff options
| author | Jacob Palecki <[email protected]> | 2020-09-26 15:13:53 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-26 15:13:53 -0700 |
| commit | 80ffeaf6d6cb00106991bb7cc202c957c3e10d34 (patch) | |
| tree | 7e3adf9cf7aa3f49faed6d1af79108965fa2e9dc /wrapper | |
| parent | Scale Last Mouse Move by poll rate (diff) | |
| download | rawaccel-80ffeaf6d6cb00106991bb7cc202c957c3e10d34.tar.xz rawaccel-80ffeaf6d6cb00106991bb7cc202c957c3e10d34.zip | |
Remove logarithm
Diffstat (limited to 'wrapper')
| -rw-r--r-- | wrapper/wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/wrapper.cpp b/wrapper/wrapper.cpp index 9a53189..5b35a03 100644 --- a/wrapper/wrapper.cpp +++ b/wrapper/wrapper.cpp @@ -11,7 +11,7 @@ using namespace System::Runtime::InteropServices; public enum class AccelMode { - linear, classic, natural, naturalgain, power, logarithm, motivity, noaccel + linear, classic, natural, naturalgain, power, motivity, noaccel }; [StructLayout(LayoutKind::Sequential)] |