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
While this could be done, disabling any interactive object that sets the cursor would reset the cursor again, no matter how that disable was triggered. This is actually currently an issue with removeInteractive. The cursor has no idea which object made it change; it only knows that it has changed, so a blanket reset would fix this while also having equally unintended side effects.
Thank you for submitting this feature request. We have implemented this and the feature has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.
Version
Description
After a disableInteractive() on a game object cursor doesn't refresh to original state. Despite removeInteractive() works correctly.
Example Test Code
The text was updated successfully, but these errors were encountered: