- Edited
Looking online at how to get the safe area bounds of the window that takes into account the camera notches of mobile devices. It seems that there used to be the following function in Godot 3
OS.get_window_safe_area()
This function seems to have been removed in Godot 4. Where can I get this value now?
Thanks.