Dynamic Windows Function [dw_window_raise]
Syntax
int dw_window_raise(HWND handle)
Parameters
HWND handle: The window handle to make topmost.
Returns
int DW_ERROR_NONE (0) on success.
Description
Makes the window topmost.
Remarks
As of version 3.2, this function does nothing on iOS, Android and GTK3/4 using Wayland.