roaminggamer, thanks for the reply.
I’m a little frustrated with the letterboxing. I know that you can put another background image to cover the black areas on the side, but it’s not ideal. I have a landscape app that can programatically adjust to the width.
here’s what would be ideal: If i could get the relative width of the black bars on the side of the app, I could programatically fill stuff in. As it stands I have no way of knowing how big they are so it makes it harder to calculate what to put in there. Is there a function that tells me how much space is on the side using the same virtual pixel units as I use in the app? In other words, I want to know if the screen stops at -10px or -15px in the x direction so that I can display a sprite there.
Thanks!