07-05-2022, 04:31 PM
Got it, thanks!
I also finally got around to figuring out one incompatibility in a GUI I built in SDL. When I would run it in GL, the "File" header in the window would get displaced when the window was moved. I had a hunch there was some difference in the coordinates between pixels and the LOCATE statement I used to position the "File" header in the window. I simply witched its positioning to _PRINTSTRING and viola, it now works like a charm!
Pete
I also finally got around to figuring out one incompatibility in a GUI I built in SDL. When I would run it in GL, the "File" header in the window would get displaced when the window was moved. I had a hunch there was some difference in the coordinates between pixels and the LOCATE statement I used to position the "File" header in the window. I simply witched its positioning to _PRINTSTRING and viola, it now works like a charm!
Pete