britzl / defold-input

Simplify input related operations such as gesture detection, input mapping and clicking/dragging game objects
MIT License
111 stars 26 forks source link

Defect in multitouch handling on iOS devices #38

Closed lharder closed 6 months ago

lharder commented 6 months ago

There seems to be a new problem with multitouch handling of input events when using the onscreen controls. Virtual stick movement and button touches do not seem to be handled in parallel anymore with the latest version, as can be seen in the onscreen example:

On iOS devices (tested on an iPhone 14, iOS version 16.7 20H19), with the current version input library 4.6.1. master branch, the spaceship can either move or shoot - but not both at the same time. I checked the older version 4.5.1. and with that version, the behavior is still as expected, movement and shooting works in parallel.

ufgo commented 6 months ago

Same problem on the android device Redmi Note 12 PRO

britzl commented 6 months ago

Ah, sorry about that. It has been fixed now!