diff options
| author | Jacob Palecki <[email protected]> | 2020-09-26 16:37:45 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-26 16:37:45 -0700 |
| commit | 047ca96878e25f48cfc316f42b0a05a506e41c32 (patch) | |
| tree | 14cf982742ce4fc52c742b0befd8b256aa0dce94 /wrapper | |
| parent | Guide on last mouse move updated (diff) | |
| download | rawaccel-047ca96878e25f48cfc316f42b0a05a506e41c32.tar.xz rawaccel-047ca96878e25f48cfc316f42b0a05a506e41c32.zip | |
Hide minimum time attribute
Diffstat (limited to 'wrapper')
| -rw-r--r-- | wrapper/wrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wrapper/wrapper.cpp b/wrapper/wrapper.cpp index 5b35a03..3307b8d 100644 --- a/wrapper/wrapper.cpp +++ b/wrapper/wrapper.cpp @@ -49,6 +49,7 @@ public ref struct DriverSettings Vec2<AccelMode> modes; Vec2<AccelArgs> args; Vec2<double> sensitivity; + [NonSerialized] double minimumTime; }; |