DGLE icon indicating copy to clipboard operation
DGLE copied to clipboard

Strange behavior of WM_ACTIVATEAPP on Win10.

Open megaDRONe86 opened this issue 9 years ago • 1 comments

This even could occur before any plugin was inited through EPT_INIT event. In this case it broke stuff for example in D3D9 renderer. Also there is strange break in code that forwards code execution to the next case in some situations. https://github.com/DGLE-HQ/DGLE/blob/master/src/engine/platform/windows/MainWindow.cpp#L100

megaDRONe86 avatar Apr 21 '16 08:04 megaDRONe86

Detailed information on issue: When D3D9 tries to go fullscreen it cause window reinit process in Windows and WM_ACTIVEAPP happens that cause wrong behavior in all engines subsystems.

megaDRONe86 avatar Apr 26 '16 09:04 megaDRONe86