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
{{ message }}
This repository was archived by the owner on Jun 6, 2019. It is now read-only.
This function would wrap another function preventing it to be run more than once every frame. This would improve the API for event handlers.
I want to be able to do this:
It should use Rafman.once() to make sure the event handler doesn't run more than once every frame.