After Effects window is always on the top of the window created by my plugin
Hi guys. I'm developing an OpenGL-based AE plugin on a Windows and I've encountered some issues with window ordering in AE.
For example, when my plugin opens a window using GLFW and I bring my window to the front above the AE window, if I switch to another application's window (such as a browser) and then switch back to AE, the AE window always comes to the front above my window. Is there any way to resolve this issue so that my window and the AE window maintain the correct order?
