ofxImGui icon indicating copy to clipboard operation
ofxImGui copied to clipboard

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

Open LYHSH opened this issue 6 years ago • 0 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); }

LYHSH avatar Nov 05 '19 10:11 LYHSH