sdl2-cef
sdl2-cef copied to clipboard
SDL2 combined with the Chromium Embedded Framework
Hi. i'm using your repo with these specifications; SDL: 2.0.14 CMAKE: 3.19.4 Windows: 10 Visual Studio: 2019 CEF: 87.1.12+g03f9336+chromium-87.0.4280.88 It compiled, but when i run it, i'll see a black...
I just set if (e.window.event == SDL_WINDOWEVENT_MINIMIZED) { cef_renderer_flag = false; } else if (e.window.event == SDL_WINDOWEVENT_RESTORED) { cef_renderer_flag = true; }... ... if (!cef_renderer_flag) { SDL_Delay(100); continue; } then...