diff options
| author | a1xd <[email protected]> | 2020-10-20 00:40:22 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-20 00:40:22 -0400 |
| commit | 57be3fadb777f185454361270c1a8076417ed6a5 (patch) | |
| tree | 4ee498e409350da01c936307458407b7bc51edd3 /common/rawaccel-settings.h | |
| parent | Merge pull request #37 from JacobPalecki/GUI (diff) | |
| download | rawaccel-57be3fadb777f185454361270c1a8076417ed6a5.tar.xz rawaccel-57be3fadb777f185454361270c1a8076417ed6a5.zip | |
add speed cap
Diffstat (limited to 'common/rawaccel-settings.h')
| -rw-r--r-- | common/rawaccel-settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rawaccel-settings.h b/common/rawaccel-settings.h index aeb89e8..02f0a8a 100644 --- a/common/rawaccel-settings.h +++ b/common/rawaccel-settings.h @@ -18,6 +18,7 @@ namespace rawaccel { bool combine_mags = true; vec2<accel_mode> modes = { accel_mode::noaccel, accel_mode::noaccel }; vec2<accel_args> argsv; + double speed_cap = 0; vec2d sens = { 1, 1 }; milliseconds time_min = DEFAULT_TIME_MIN; }; |