diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/rawaccel-base.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rawaccel-base.hpp b/common/rawaccel-base.hpp index 6996164..200c7d4 100644 --- a/common/rawaccel-base.hpp +++ b/common/rawaccel-base.hpp @@ -79,6 +79,7 @@ namespace rawaccel { vec2d range_weights = { 1, 1 }; milliseconds time_min = DEFAULT_TIME_MIN; + bool ignore = false; wchar_t device_id[MAX_DEV_ID_LEN] = {}; }; |