From 346dbe176ef7cc759dc7af8beaf48b5ad5a7e331 Mon Sep 17 00:00:00 2001 From: Yuichiro Hanada Date: Mon, 15 Jan 2018 22:33:41 +0900 Subject: Add new refresh key constant. Bug: 64149858 Bug: 64662317 Test: Builds and manual tests with Chromebook. Change-Id: I02f890375f1a956867b04bf76f69d668fb3a7f98 --- include/input/InputEventLabels.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/input/InputEventLabels.h') diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index c282cf0b22..4b33a96adf 100644 --- a/include/input/InputEventLabels.h +++ b/include/input/InputEventLabels.h @@ -324,6 +324,7 @@ static const InputEventLabel KEYCODES[] = { DEFINE_KEYCODE(SYSTEM_NAVIGATION_LEFT), DEFINE_KEYCODE(SYSTEM_NAVIGATION_RIGHT), DEFINE_KEYCODE(ALL_APPS), + DEFINE_KEYCODE(REFRESH), { NULL, 0 } }; -- cgit v1.2.3-59-g8ed1b