commit | ad07441030340f3c455ab52252f9a625b829f2c4 | [log] [tgz] |
---|---|---|
author | Zixuan Qu <zixuanqu@google.com> | Wed Nov 23 19:20:58 2022 +0000 |
committer | Zixuan Qu <zixuanqu@google.com> | Thu Dec 01 16:01:15 2022 +0000 |
tree | 63e824ba4ffadeb6aa5dba01f4c2e40434d5277f | |
parent | bafbe020f7cf7f625506eb838e0c13853e51202e [diff] [blame] |
Make VelocityControl::getParameters() const. Bug: None Test: Presubmit Change-Id: Ie9951171ef42f7b3fc0eb3349c605d7f850082e2
diff --git a/libs/input/VelocityControl.cpp b/libs/input/VelocityControl.cpp index 5c008b1..0b5f8e5 100644 --- a/libs/input/VelocityControl.cpp +++ b/libs/input/VelocityControl.cpp
@@ -37,7 +37,7 @@ reset(); } -VelocityControlParameters& VelocityControl::getParameters() { +const VelocityControlParameters& VelocityControl::getParameters() const{ return mParameters; }