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

Gestures doesn't have default value for multitouch #14

Closed Apetzu closed 3 years ago

Apetzu commented 3 years ago

According to gesture.md, multi_touch setting should be true but it doesn't exist in gesture.lua.

I figured out this while I was trying to do pinch gesture detection and it didn't work until I set multi_touch to true. Maybe accidentally left off?

britzl commented 3 years ago

Thanks for pointing this out!