#pragma once #include #include "client.h" #include "include/cef_browser.h" struct WefBrowser { std::string url; bool focus; CefRefPtr client; bool deleteBrowser = false; std::optional> browser; int cursorX, cursorY; };