HWND_TOPMOST top-level property
Places the window above all non-topmost windows.
The window maintains its topmost position even when it is deactivated.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-deferwindowpos.
Implementation
final HWND_TOPMOST = HWND(Pointer.fromAddress(-1));