summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-09-23 17:29:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-09-23 17:29:20 +0000
commit7e5d85ab0410a3ae0f317e0b5c1b97b237e7a101 (patch)
treee6310bf542d0281032857f4e1120ce3e04669540
parent6cd19a422afe967eb20c5c3eee2b36a29f52c495 (diff)
parent3578917f82c84ad1be334105624084c7b1c95b54 (diff)
Merge "Add SCROLL, RELATIVE_X and RELATIVE_Y axes labels."
-rw-r--r--include/input/InputEventLabels.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h
index 59d16d15af..eaa562bb7b 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -359,6 +359,9 @@ static const InputEventLabel AXES[] = {
DEFINE_AXIS(BRAKE),
DEFINE_AXIS(DISTANCE),
DEFINE_AXIS(TILT),
+ DEFINE_AXIS(SCROLL),
+ DEFINE_AXIS(RELATIVE_X),
+ DEFINE_AXIS(RELATIVE_Y),
DEFINE_AXIS(GENERIC_1),
DEFINE_AXIS(GENERIC_2),
DEFINE_AXIS(GENERIC_3),