• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to use 10 touch points at the same time ?

New Here ,
May 03, 2014 May 03, 2014

Copy link to clipboard

Copied

I want to project game which use about 10 touch points? How can I use all of them at the same time ?

Please give me a sample code.

TOPICS
Development

Views

278

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 03, 2014 May 03, 2014

Copy link to clipboard

Copied

Firstly you must know how many touch points can accept your device. For example iPad and iPhone can't handle more than 5.

1. Enable touch input mode by

Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT;

2. Use same method as for mouse input but instead use TouchEvent API

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 03, 2014 May 03, 2014

Copy link to clipboard

Copied

LATEST

For example iPad and iPhone can't handle more than 5.

Not entirely correct. iPhone is limited to 5 touches but iPad supports up to 11 simultaneous touches.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines