aboutsummaryrefslogtreecommitdiffstats
path: root/android/skin
diff options
context:
space:
mode:
authorsoledad penades <supersole@gmail.com>2011-02-19 23:52:43 +0000
committersoledad penades <supersole@gmail.com>2011-02-19 23:52:43 +0000
commit7e61121b1801fdc63722a402bb9839746b63ddf9 (patch)
treef63bea731bd396a81c5ddcf3d3016b0d6a67ccda /android/skin
parent2ee095966aba5003799675b2ccbb5d629dfc7dde (diff)
downloadexternal_qemu-7e61121b1801fdc63722a402bb9839746b63ddf9.zip
external_qemu-7e61121b1801fdc63722a402bb9839746b63ddf9.tar.gz
external_qemu-7e61121b1801fdc63722a402bb9839746b63ddf9.tar.bz2
Enabled the camera button in the emulator
Change-Id: I1587d5e6ccc0bf092bb38b2c841eb19cb006f2e7
Diffstat (limited to 'android/skin')
-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 },