I have a window in sfml its transparent. i want to be able to click behind it (its topmost window)
is it possible to do this? i don't mind using windows.h its just a personal program.
i want to make a screen overlay for my self.
Code i use for transparent window
SetWindowLong(window.getSystemHandle(), GWL_STYLE, WS_POPUP | WS_VISIBLE);
DwmExtendFrameIntoClientArea(window.getSystemHandle(), &margins);