diff options
| author | Jacob Palecki <[email protected]> | 2021-01-08 00:22:33 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-08 00:22:33 -0800 |
| commit | a368a0ede47a6f70b2779fca86f800741debcc19 (patch) | |
| tree | 1fc72a3b9b2336aca6e0a5a9d019c338da22385e /common/rawaccel-settings.h | |
| parent | Add core logic in common (diff) | |
| download | rawaccel-a368a0ede47a6f70b2779fca86f800741debcc19.tar.xz rawaccel-a368a0ede47a6f70b2779fca86f800741debcc19.zip | |
Add to stigma, directional to settings
Diffstat (limited to 'common/rawaccel-settings.h')
| -rw-r--r-- | common/rawaccel-settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rawaccel-settings.h b/common/rawaccel-settings.h index 649c936..2c5b86f 100644 --- a/common/rawaccel-settings.h +++ b/common/rawaccel-settings.h @@ -22,6 +22,8 @@ namespace rawaccel { vec2<accel_args> argsv; vec2d sens = { 1, 1 }; vec2d dir_multipliers = {}; + vec2d directional_weights = { 1, 1 }; + stigma_args args_stigma; milliseconds time_min = DEFAULT_TIME_MIN; }; |