aboutsummaryrefslogtreecommitdiffstats
path: root/android/keycode.h
diff options
context:
space:
mode:
authorMaciek Molerus <maciek@google.com>2011-07-06 12:27:56 +0200
committerMaciek Molerus <maciek@google.com>2011-07-12 11:11:40 +0200
commit62ffc423bdf158d98ee2902916963c4fde7fbe47 (patch)
tree334f3cc835e286702b7d14888c8fca980f9a5d12 /android/keycode.h
parentb0fb4888979957e742ecf4f98957ac199f5e51db (diff)
downloadexternal_qemu-62ffc423bdf158d98ee2902916963c4fde7fbe47.zip
external_qemu-62ffc423bdf158d98ee2902916963c4fde7fbe47.tar.gz
external_qemu-62ffc423bdf158d98ee2902916963c4fde7fbe47.tar.bz2
Added GTV related keys
Adds the definitions for keys present in GoogleTV. Standard linux definitions are used to send notifications to emulated system. Change-Id: Id87aebfc86c5ce8b7331314352f2640a00ef36ae
Diffstat (limited to 'android/keycode.h')
-rw-r--r--android/keycode.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/keycode.h b/android/keycode.h
index a32ac0d..bbec160 100644
--- a/android/keycode.h
+++ b/android/keycode.h
@@ -101,6 +101,20 @@ typedef enum {
kKeyCodeMenu = KEY_SOFT1,
kKeyCodeNotification = KEY_NOTIFICATION,
kKeyCodeSearch = KEY_SEARCH,
+ kKeyCodeTV = KEY_TV,
+ kKeyCodeEPG = KEY_PROGRAM,
+ kKeyCodeDVR = KEY_PVR,
+ kKeyCodePrevious = KEY_PREVIOUS,
+ kKeyCodeNext = KEY_NEXT,
+ kKeyCodePlay = KEY_PLAY,
+ kKeyCodePause = KEY_PAUSE,
+ kKeyCodeStop = KEY_STOP,
+ kKeyCodeRewind = KEY_REWIND,
+ kKeyCodeFastForward = KEY_FASTFORWARD,
+ kKeyCodeBookmarks = KEY_BOOKMARKS,
+ kKeyCodeCycleWindows = KEY_CYCLEWINDOWS,
+ kKeyCodeChannelUp = KEY_CHANNELUP,
+ kKeyCodeChannelDown = KEY_CHANNELDOWN,
} AndroidKeyCode;