I noticed that the current Overlay API doesn't include methods to retrieve screen size information. This makes it difficult to precisely position elements since we currently have to manually test coordinate ranges for different resolutions. It would be very helpful if methods like getScreenWidth() and getScreenHeight() could be added to the API.