diff options
author | Elliott Hughes <enh@google.com> | 2015-04-11 00:00:34 +0200 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-11 00:14:35 +0200 |
commit | 4af215b2c35b41e983753256ad6dbebbf879c982 (patch) | |
tree | f327758d07cdb58a8e4a06f236f82f8df9515992 /ui.h | |
parent | Merge "Switch minadb over to C++." (diff) | |
download | android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.gz android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.bz2 android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.lz android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.xz android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.tar.zst android_bootable_recovery-4af215b2c35b41e983753256ad6dbebbf879c982.zip |
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,10 @@ class RecoveryUI { virtual bool IsKeyPressed(int key); virtual bool IsLongPress(); + // Returns true if you have the volume up/down and power trio typical + // of phones and tablets, false otherwise. + virtual bool HasThreeButtons(); + // Erase any queued-up keys. virtual void FlushKeys(); |