android: how can I verify, that device support multitouch?

前端 未结 4 2144
盖世英雄少女心
盖世英雄少女心 2021-01-04 04:19

How can I verify, that device support multitouch event? If device have resistent display, multitouch is not possible. Is that way to find out, what kind of display is in dev

4条回答
  •  难免孤独
    2021-01-04 04:39

    You can use PackageManager.hasSystemFeature with PackageManager.FEATURE_TOUCHSCREEN_MULTITOUCH

    There is an interesting series of articles on Android multi-touch that are worth a look

    Hope this helps,

    Phil Lello

提交回复
热议问题