This is probably a dumb question.
Is there a way to determine when a scene has finished displaying? I have some code that I do not want to run until the scene is completely displayed. I've tried wiring up handlers for various signals (ready, draw, focusentered, etc) and they all seem to trigger before the scene has been displayed. Also tried calldeferred from the signal handler methods with no luck.
What am I missing?