• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86


Commit MetaInfo

Revision64b3377308f13dd878b13a96d8a31993ef2e2efc (tree)
Zeit2014-08-09 04:29:59
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Add idc files to support touchpad gesture

Ändern Zusammenfassung

Diff

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