最終更新:2013-05-02 (木) 17:57:24 (4004d)  

android.hardware.touchscreen.multitouch
Top / android.hardware.touchscreen.multitouch

only partial (non-independent) pointers are supported.

The device's touch screen supports multitouch sufficient for basic two-finger gesture detection.

The application uses basic two-point multitouch capabilities on the device screen, such as for pinch gestures, but does not need to track touches independently. This is a superset of touchscreen feature.

http://developer.android.com/guide/topics/manifest/uses-feature-element.html

下位

android.hardware.touchscreen.multitouch.distinct

  • up to 4 independently tracked pointers are supported
  • マルチタッチスクリーンかつ2本~4本の指を個別認識
  • The device's touch screen is capable of tracking two or more fingers fully independently.
  • The application uses advanced multipoint multitouch capabilities on the device screen, such as for tracking two or more points fully independently. This is a superset of multitouch feature.
    • android.hardware.faketouch.multitouch.distinct?

android.hardware.touchscreen.multitouch.jazzhand

  • 5 or more independently tracked pointers are supported
  • 5点以上独立に追跡可能
  • The device's touch screen is capable of tracking a full hand of fingers fully independently -- that is, 5 or more simultaneous independent pointers.
  • The application uses advanced multipoint multitouch capabilities on the device screen, for tracking up to five points fully independently. This is a superset of distinct multitouch feature.
  • android.hardware.faketouch.multitouch.jazzhand?

関連