-1

I’m looking to allow multiple buttons to be pressed at the same time when using a multi touch device for an application developed in QT for ios/android etc

I cannot for the life of me see how to do this.

Any help much appreciated

1 Answers1

-1

Qt's stock buttons use MouseArea, which doesn't support multi touch, amongst other things.

Use MultiPointTouchArea instead to implement your own multi-touch friendly buttons.

dtech
  • 47,916
  • 17
  • 112
  • 190