mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 18:36:46 +02:00
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:
parent
c67f04ad37
commit
5b659e1cfb
21 changed files with 1677 additions and 1365 deletions
|
@ -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; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue