Skip to content

Releases: britzl/defold-input

Defold-Input 4.6.2

26 Mar 14:36
Compare
Choose a tag to compare

FIX: Pinch state was not accurately calculated sometimes

Defold-Input 4.6.1

30 Jul 06:30
Compare
Choose a tag to compare

FIX: Cursor string URLs were not working as intended.

Defold-Input 4.6.0

31 Jan 13:37
39d66a5
Compare
Choose a tag to compare

CHANGE: The onscreen.lua module will now handle switch to multitouch mode on iOS. Thanks @aglitchman !

Defold-Input 4.5.0

22 Nov 10:15
bcc5fea
Compare
Choose a tag to compare

NEW: The gesture module will now report repeated on touch events. Thanks @Jerakin!

Defold-Input 4.4.0

07 Nov 13:36
Compare
Choose a tag to compare

NEW: Added cursor.reset(url) to reset the state of a cursor. Useful when a window focus lost or minimize event happens and you want to clear the state of the cursor.
FIX: There is no longer a requirement that cursor.init() has been called before cursor.listener()

Defold-Input 4.3.0

21 Sep 21:03
Compare
Choose a tag to compare

Defold-Input 4.2.0

29 Aug 20:39
bdeffd8
Compare
Choose a tag to compare

NEW: Added origin_x and origin_y to drag event to give position of mouse/touch down
NEW: Added drag_event_only option to cursor to only send the drag event but not start dragging the object under the cursor

Thanks to @Trevortni for the contributions!

Defold-Input 4.1.4

10 Jul 08:09
da4c35b
Compare
Choose a tag to compare

FIX: Clear drag state on release if drag was cancelled. Thanks @Trevortni

Defold-Input 4.1.3

27 Jun 21:26
Compare
Choose a tag to compare

FIX: Don't ignore a potential drag (press+move) just because the cursor moved outside of the object but hasn't yet reached the drag threshold.

Defold-Input 4.1.2

26 Jun 22:55
Compare
Choose a tag to compare

FIX: Cancelled drag events prevented further drag events