I want to detect the visibility change in my game ( that is, when , for instance, browser tab loses focus, for example). I know that when that occurs, Phaser automatically pauses my whole game system. I want to prevent that automatic pausing, but still I want to receive signal/event about this visibility change.