I make oF window borderless(not fullscreen),the screen display has an offset(mouse also) #99
Labels
legacy-version
For issues releated to the older legacy code, before all the refactorings in the develop branch.
The screen display has an offset When I have code:
HWND hw = WindowFromDC(wglGetCurrentDC());
if (hw) { SetWindowLong(hw, GWL_STYLE, WS_POPUP | WS_VISIBLE); }
The text was updated successfully, but these errors were encountered: