Skip to content

Defold-Input 4.4.0

Compare
Choose a tag to compare
@britzl britzl released this 07 Nov 13:36
· 15 commits to master since this release

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()