diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-03-05 14:20:00 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-05 14:20:00 -0800 |
commit | 025a347156acb6c22444f7d4d06c0f44da573c5e (patch) | |
tree | 8252ef05e1127002f2b0fa4c5452bbce4e603571 /android/avd | |
parent | 7fc0c500e5bcb4fad084302d217708a7a07da452 (diff) | |
parent | 8dd31e8e10fc3ca10192368acf19d2345eeddde7 (diff) | |
download | external_qemu-025a347156acb6c22444f7d4d06c0f44da573c5e.zip external_qemu-025a347156acb6c22444f7d4d06c0f44da573c5e.tar.gz external_qemu-025a347156acb6c22444f7d4d06c0f44da573c5e.tar.bz2 |
Merge "Multi-touch emulation support"
Diffstat (limited to 'android/avd')
-rw-r--r-- | android/avd/hardware-properties.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 005c63d..241bf54 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -53,6 +53,13 @@ default = yes abstract = Touch-screen support description = Whether there is a touch screen or not on the device. +# Multi-touch screen support +name = hw.multiTouch +type = boolean +default = no +abstract = Multi-touch screen support +description = Whether there is a multi-touch screen or not on the device. + # Hardware main keys (back/home) name = hw.mainKeys type = boolean |