Is there a variable in Road Runner I can use to get the current resolution that Road Runner is running at? I know RR reads it from the general.ini so it has to be somewhere
I have a close button that overlays on top of any full screen application, so you can return to Road Runner. I want to make the location of that button dynamic, instead of hard coded.
For instance, the button is aprox. 50 pixels in size. If it is hard coded to display at 750,0 on a 800 x 600 screen, it is perfect and displays in the top right of the screen. If however the resolution is set to 640 x 480, then the image will be off of the screen and not visible.