summaryrefslogtreecommitdiff
path: root/libs/input/Input.cpp
diff options
context:
space:
mode:
author Harry Cutts <hcutts@google.com> 2022-09-26 14:19:40 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-09-26 14:19:40 +0000
commit9b9732cf5ce671c185e1fe671dba68c759aa507c (patch)
treeeb7bbc0128f6e3b142ce676fd38c7845fb3ab0c7 /libs/input/Input.cpp
parentd9858770607f5fd43820cb69f4b1382275a691e4 (diff)
parent2800fb0c6b56711c6daf70491270dbea89fbf660 (diff)
Merge "Use TWO_FINGER_SWIPE classification for touchpad scroll events"
Diffstat (limited to 'libs/input/Input.cpp')
-rw-r--r--libs/input/Input.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/input/Input.cpp b/libs/input/Input.cpp
index 2b7483d27d..579b28e588 100644
--- a/libs/input/Input.cpp
+++ b/libs/input/Input.cpp
@@ -87,6 +87,8 @@ const char* motionClassificationToString(MotionClassification classification) {
return "AMBIGUOUS_GESTURE";
case MotionClassification::DEEP_PRESS:
return "DEEP_PRESS";
+ case MotionClassification::TWO_FINGER_SWIPE:
+ return "TWO_FINGER_SWIPE";
}
}