commit | 346dbe176ef7cc759dc7af8beaf48b5ad5a7e331 | [log] [tgz] |
---|---|---|
author | Yuichiro Hanada <yhanada@google.com> | Mon Jan 15 22:33:41 2018 +0900 |
committer | Yuichiro Hanada <yhanada@google.com> | Fri Jan 19 19:50:49 2018 +0900 |
tree | 1a9c83262db8512a9f7ef498cf3a182cf38ffe84 | |
parent | b984999cfcb9f600403e4730eb7bba1870c4b724 [diff] [blame] |
Add new refresh key constant. Bug: 64149858 Bug: 64662317 Test: Builds and manual tests with Chromebook. Change-Id: I02f890375f1a956867b04bf76f69d668fb3a7f98
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index c282cf0..4b33a96 100644 --- a/include/input/InputEventLabels.h +++ b/include/input/InputEventLabels.h
@@ -324,6 +324,7 @@ DEFINE_KEYCODE(SYSTEM_NAVIGATION_LEFT), DEFINE_KEYCODE(SYSTEM_NAVIGATION_RIGHT), DEFINE_KEYCODE(ALL_APPS), + DEFINE_KEYCODE(REFRESH), { NULL, 0 } };