ofxImGui
ofxImGui copied to clipboard
I make oF window borderless(not fullscreen),the screen display has an offset(mouse also)
The screen display has an offset When I have code:
HWND hw = WindowFromDC(wglGetCurrentDC());
if (hw) { SetWindowLong(hw, GWL_STYLE, WS_POPUP | WS_VISIBLE); }