diff options
| author | Jacob Palecki <[email protected]> | 2020-08-19 15:26:25 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-19 15:26:25 -0700 |
| commit | 53c9025337166a408febc15078af3e9b136b3bab (patch) | |
| tree | c124a399bf5ae56abf9405a41c2908fd753acfbe /common/accel-base.hpp | |
| parent | Merge pull request #15 from JacobPalecki/GUI (diff) | |
| download | rawaccel-53c9025337166a408febc15078af3e9b136b3bab.tar.xz rawaccel-53c9025337166a408febc15078af3e9b136b3bab.zip | |
Add natural gain accel; add scale by DPI, poll rate in GUI
Diffstat (limited to 'common/accel-base.hpp')
| -rw-r--r-- | common/accel-base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/accel-base.hpp b/common/accel-base.hpp index 60b7362..f280e3e 100644 --- a/common/accel-base.hpp +++ b/common/accel-base.hpp @@ -36,7 +36,7 @@ namespace rawaccel { /// <summary> Coefficients applied to acceleration per axis.</summary> vec2d weight = { 1, 1 }; - /// <summary> Generally, the acceleration ramp rate. + /// <summary> Generally, the acceleration ramp rate.</summary> double speed_coeff = 0; accel_base(const accel_args& args) { |