diff options
| author | 2022-10-14 08:25:07 +0000 | |
|---|---|---|
| committer | 2022-10-14 08:25:07 +0000 | |
| commit | 7b022c606948d80b29b84c666c639963530847c4 (patch) | |
| tree | 08ff0debb4b030575fa876473334c3da883dfebe /libs | |
| parent | 9be5e063c5d4df062c07d6702e27bfb9c94c37be (diff) | |
| parent | 39b7ca2933ffde9094aed908a507158d20be3d7a (diff) | |
Merge "Report motion offsets for touchpad swipes"
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/input/InputEventLabels.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/input/InputEventLabels.cpp b/libs/input/InputEventLabels.cpp index 163a2fe924..b78fae3027 100644 --- a/libs/input/InputEventLabels.cpp +++ b/libs/input/InputEventLabels.cpp @@ -391,7 +391,9 @@ namespace android { DEFINE_AXIS(GENERIC_13), \ DEFINE_AXIS(GENERIC_14), \ DEFINE_AXIS(GENERIC_15), \ - DEFINE_AXIS(GENERIC_16) + DEFINE_AXIS(GENERIC_16), \ + DEFINE_AXIS(GESTURE_X_OFFSET), \ + DEFINE_AXIS(GESTURE_Y_OFFSET) // NOTE: If you add new LEDs here, you must also add them to Input.h #define LEDS_SEQUENCE \ |