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
I works on all event except for input events. This is because input events are actually global and objects only hold a reference to the event, not the actual event.
Is your feature request related to a problem? Please describe.
If you do something like
The onMousePress will still work despite onMousePress "being cleared" from the object, this clearEvents only works onUpdate and onDraw afaik
The event DOES get cleared when the object is destroyed i think, so i don't know why it happens this way
The text was updated successfully, but these errors were encountered: