When using _FREEIMAGE, per the wiki
https://wiki.qb64.org/wiki/FREEIMAGEDo not try to free image handles currently being used as the active SCREEN. Change screen modes first.
Is there some way to programmatically determine if a given image handle is currently being used as the active SCREEN?
I realize that whenever you change the SCREEN to a new image handle, you could manually set a variable to keep track, and check that before doing _FREEIMAGE,
but is there some built-in command to determine this without having to do that?
Much appreciated...