- window-always-on-top? windowprocedure
- set! (window-always-on-top? window) boolsetter
- window-always-on-top-set! window boolsetter
Get or set whether the window will always appear in front of other windows. Setting this to #t has the same effect as passing the always-on-top flag to create-window! when creating the window. Note: this has an effect only on some platforms, such as Linux.
window-always-on-top? requires SDL 2.0.5 or higher. window-always-on-top-set! and (set! (window-always-on-top? window) ...) require SDL 2.0.16 or higher.
Requires sdl2 egg 0.4.0 or higher.