mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 18:36:46 +02:00
compiles and installs but not smoothing
This commit is contained in:
parent
e40ed565cb
commit
bae980a300
4 changed files with 4 additions and 6 deletions
|
@ -132,7 +132,7 @@ namespace rawaccel {
|
|||
|
||||
check_accel(args.accel_x);
|
||||
|
||||
if (!args.whole) {
|
||||
if (!args.input_speed_args.whole) {
|
||||
ret.last_x = ret.count;
|
||||
check_accel(args.accel_y);
|
||||
ret.last_y = ret.count;
|
||||
|
@ -170,7 +170,7 @@ namespace rawaccel {
|
|||
error("sens ratio must be positive");
|
||||
}
|
||||
|
||||
if (args.lp_norm <= 0) {
|
||||
if (args.input_speed_args.lp_norm <= 0) {
|
||||
error("Lp norm must be positive (default=2)");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue