jvcleave / ofxImGui

Use ImGui in openFrameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I make oF window borderless(not fullscreen),the screen display has an offset(mouse also)

LYHSH opened this issue · comments

The screen display has an offset When I have code:
HWND hw = WindowFromDC(wglGetCurrentDC());
if (hw) { SetWindowLong(hw, GWL_STYLE, WS_POPUP | WS_VISIBLE); }