BorderlessWindow icon indicating copy to clipboard operation
BorderlessWindow copied to clipboard

basic win32 example of a borderless window (with aero shadows)

Results 3 BorderlessWindow issues
Sort by recently updated
recently updated
newest added

adjust_maximized_client_rect for me works fine when i minimize/maximize and restore window within my window, but problem appears when i hide (minimize) window using taskbar, and then again restore it with...

After setting the taskbar to automatically hide, maximize the window, and then move the mouse to the bottom of the screen, the taskbar does not pop up. If other applications...

I am trying to render an ImGui dockspace, and using certain parts of your code in combination with glfw. However, the resulting window has round corners, and hence, it might...