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

Added origin_x and origin_y to drag events, and event_only_drag option #24

Closed Trevortni closed 2 years ago

Trevortni commented 2 years ago

As per https://github.com/britzl/defold-input/issues/21 and https://github.com/britzl/defold-input/issues/19

britzl commented 2 years ago

Thank you for the contribution!