WindowRaise

Functions

Link copied to clipboard
suspend fun forceFront(window: Window, windowState: WindowState, delayMs: Long = 250)

Convenience helper to raise a window, give the window manager a brief moment, then revert the temporary always-on-top flag. Useful especially on Windows.

Link copied to clipboard
fun raise(window: Window)
Link copied to clipboard
fun unraise(window: Window)