From 48b5b0737c127a049bf16f9c69926c4da8668112 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 18 Jan 2012 13:46:26 -0800 Subject: allow recovery UI to ignore certain keypresses Change-Id: Id182bb95ffcc475c5acabb29b413e422302ae7f2 --- ui.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index fd370a79f..bd0fcae62 100644 --- a/ui.cpp +++ b/ui.cpp @@ -123,6 +123,9 @@ void RecoveryUI::process_key(int key_code, int updown) { if (register_key) { switch (CheckKey(key_code)) { + case RecoveryUI::IGNORE: + break; + case RecoveryUI::TOGGLE: ShowText(!IsTextVisible()); break; -- cgit v1.2.3