FlxInputText is not getting focus if the camera (gCamera) zoom is not 1. The FlxInputText is in other camera (uiCamera) without zoom, but it seems to get affected by the zoomed camera (gCamera) somehow. If I set the zoom of gCamera to 1 the FlxInputText can focus on mouse click and works as intended.