diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-02-15 17:16:04 -0800 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-03-05 14:14:39 -0800 |
commit | 8dd31e8e10fc3ca10192368acf19d2345eeddde7 (patch) | |
tree | 7c469657616d59c3a2723ec446f528d4bbaee56d /android/avd | |
parent | bf45fc2a26358b7ec52cb17bb9d6ed67d6483b01 (diff) | |
download | external_qemu-8dd31e8e10fc3ca10192368acf19d2345eeddde7.zip external_qemu-8dd31e8e10fc3ca10192368acf19d2345eeddde7.tar.gz external_qemu-8dd31e8e10fc3ca10192368acf19d2345eeddde7.tar.bz2 |
Multi-touch emulation support
Change-Id: I311dc55fe10f41637775baa330a7c732ff317f51
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 ebf2450..4859680 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 |