commit | 7396141037a42f7356d95b2a65a11c2fef56b0d0 | [log] [tgz] |
---|---|---|
author | Alessandro Astone <ales.astone@gmail.com> | Sun Oct 04 18:11:40 2020 +0200 |
committer | Nick Reuter <nreuter85@gmail.com> | Sun Jun 18 00:59:28 2023 -0500 |
tree | 83848eaf4021580d64ca6009b373f6d64114c6f5 | |
parent | 4a0de5ad01021d13a2213436beeac359361d5e38 [diff] [blame] |
recovery: touch UI [aleasto] make scrolling natural [DD3Boh] Adapt to Android 11 Change-Id: Ibf64aa70e21d88f9d0b2c60fc1b66a9995837464
diff --git a/recovery_ui/device.cpp b/recovery_ui/device.cpp index 3a42216..51125a8 100644 --- a/recovery_ui/device.cpp +++ b/recovery_ui/device.cpp
@@ -92,6 +92,11 @@ case KEY_SEARCH: return kHighlightUp; + case KEY_SCROLLUP: + return kScrollUp; + case KEY_SCROLLDOWN: + return kScrollDown; + case KEY_ENTER: case KEY_POWER: case BTN_MOUSE: