RESIZESCREEN and GLB_ON_RESIZE request
Here's an idea for a possible feature for Windows, MaxOS and Linux platforms: a RESIZESCREEN command that would enable the application window to be resized by clicking the corner and dragging it around.
The default option could be FALSE, which would be the same behaviour as GLBasic apps have now. If TRUE was set and the app window was resized, a GLB_ON_RESIZE subroutine could be called. Here you could make adjustments for the new display.
Does this sound useful to anyone else?