Simulate friction for mouse controls

opencv
PgSocks 1 year ago
parent 118209125f
commit 09257471cd

@ -189,6 +189,8 @@ int main(int argc, char* argv[]) {
robot_stop(robot);
default: break;
}
yaw = (int)(yaw * 0.89);
pitch = (int)(pitch * 0.89);
}
}

Loading…
Cancel
Save