You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike Byrne edited this page Mar 6, 2018
·
3 revisions
Basic syntax:
debounce(func,[wait=0],[reverse=false])
Work like any standard debounce function. The only thing needs to be notice is that if set the last argument to true. Then it will accept the first function call during the duration instead of the last one like the standard way.