Hi there! Could you tell me
1) what happens if the event handler lasts for more then 1/60 s (or what ever the frame rate is) ?
2) Knowing that many objects listen to that event ( in my case the main, then different obj in diffrent scenes,..) in which order are the handlers called ?
best regards,
Jp
Comments
2)Basically there is no particular order as the event does not propagate as input events, so it could be close to the order of how you added the event listeners