aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2011-02-21 00:55:13 -0800
committerAndroid Code Review <code-review@android.com>2011-02-21 00:55:13 -0800
commit96bee312f9fd75d8073c1150a2b239be1f6a9d9e (patch)
treef63bea731bd396a81c5ddcf3d3016b0d6a67ccda
parent2ee095966aba5003799675b2ccbb5d629dfc7dde (diff)
parent7e61121b1801fdc63722a402bb9839746b63ddf9 (diff)
downloadexternal_qemu-96bee312f9fd75d8073c1150a2b239be1f6a9d9e.zip
external_qemu-96bee312f9fd75d8073c1150a2b239be1f6a9d9e.tar.gz
external_qemu-96bee312f9fd75d8073c1150a2b239be1f6a9d9e.tar.bz2
Merge "Enabled the camera button in the emulator"
-rw-r--r--android/skin/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/skin/file.c b/android/skin/file.c
index dddc279..252a7c4 100644
--- a/android/skin/file.c
+++ b/android/skin/file.c
@@ -128,6 +128,7 @@ static KeyInfo _keyinfo_table[] = {
{ "soft-left", kKeyCodeSoftLeft },
{ "soft-right", kKeyCodeSoftRight },
{ "search", kKeyCodeSearch },
+ { "camera", kKeyCodeCamera },
{ "volume-up", kKeyCodeVolumeUp },
{ "volume-down", kKeyCodeVolumeDown },
{ "power", kKeyCodePower },