Insality / druid

Powerful Defold UI component framework
https://insality.github.io/druid/modules/Druid.html
MIT License
277 stars 33 forks source link

Multitouch handling not working. #218

Open gustavocodigo opened 1 year ago

gustavocodigo commented 1 year ago

Unnable to handle touchs in touchscreen devices it only recognize the first touch.

As it is a very good ui and mainly to be used in games adding multitouch support by default would be a great implementation.

Insality commented 1 year ago

Thanks for issue!

Currently Druid is not support the multitouch directly (it supports in Drag component for example, to be sure that drag is correct between different touches)

What is your use case? The on-screen navigation? Probably it should be done without default Druid button component. If other case - write please!

I have the issue to make an example with this type of component: https://github.com/Insality/druid/issues/141

gustavocodigo commented 1 year ago

I say absolutely everything, using scrolls, drags grids, if you have an option to enable it, so that all components handle touches correctly, that would be good