mouseClicked and windowResized aren't handled by the scene manager, likely among other functions. I've temporarily worked around this in my own project by using mgr.scene.oScene.mouseClicked() to reference the function in the scene object. I'll probably try adding support for these functions later when I've looked into it more.
mouseClicked and windowResized aren't handled by the scene manager, likely among other functions. I've temporarily worked around this in my own project by using mgr.scene.oScene.mouseClicked() to reference the function in the scene object. I'll probably try adding support for these functions later when I've looked into it more.