add per-device configuration

adds input and [in, out] cap for classic mode
adds input cap for power mode
change wrapper/input, now gets useful device names
change (now dev specific) dpi to adjust sensitivity
change y sensitivity to y/x ratio
remove spaced LUTs

grapher and convert do not build
This commit is contained in:
a1xd 2021-08-28 01:19:18 -04:00
parent c67f04ad37
commit 5b659e1cfb
21 changed files with 1677 additions and 1365 deletions

View file

@ -10,7 +10,7 @@ namespace rawaccel {
accel_noaccel(const accel_args&) {}
accel_noaccel() = default;
double operator()(double) const { return 1; }
double operator()(double, const accel_args&) const { return 1; }
};
}