Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-x86: 提交

device/generic/x86


Commit MetaInfo

修订版64b3377308f13dd878b13a96d8a31993ef2e2efc (tree)
时间2014-08-09 04:29:59
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Add idc files to support touchpad gesture

更改概述

差异

Binary files a/app/AndroidTerm.apk and b/app/AndroidTerm.apk differ
--- /dev/null
+++ b/idc/ETPS_2_Elantech_Touchpad.idc
@@ -0,0 +1,3 @@
1+touch.deviceType = default
2+touch.orientationAware = 1
3+touch.gestureMode = spots
--- /dev/null
+++ b/idc/SynPS_2_Synaptics_TouchPad.idc
@@ -0,0 +1,13 @@
1+# touch.deviceType = touchScreen | touchPad | pointer | default
2+touch.deviceType = default
3+
4+# orientationAware
5+# touch.orientationAware = 0 or 1
6+touch.orientationAware = 0
7+
8+# gestureMode
9+# Definition: touch.gestureMode = pointer | spots | default
10+touch.gestureMode = pointer
11+
12+# Definition: device.internal = 0 | 1
13+device.internal = 1
Show on old repository browser