You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First step: Remove the parameter "ultralight::Window* window" in function OnClose() and OnResize() in MyApp.h and MyApp.cpp.
Second step: Add this statement "app_->set_window(*window_.get());" in MyApp.cpp file,and change the first parameter in function Overlay::Create(). The flowing picture is my code, it is working.