I am trying to compile this ImGui Browser but it just doesnt work i dont know if im missing any recources but this has been driving me crazy since the last 2hours
This is what im trying to compile: https://github.com/hendradarwin/imgui/tree/cef-support
The error i get:
unresolved external symbol "void __cdecl ImGui::UpdateBrowserMouse(struct ImVec2,struct ImVec2)" (?UpdateBrowserMouse@ImGui@@YAXUImVec2@@0@Z) referenced in function "void __cdecl ImGui::ShowBrowserWindow(bool *,void *)" (?ShowBrowserWindow@ImGui@@YAXPEA_NPEAX@Z)
also im getting:
Function definition for 'ListBox' not found.
Function definition for 'Combo' not found.
Function definition for 'ChangeBrowserURL' not found.
Function definition for 'UpdateBrowserMouse' not found.
is this something i need to get from CEF? Because i don't see any files of them. Also i have looked into the source of CEF and couldnt find something with "UpdateBrowserMouse" and "ChangeBrowserURL"?
Im a beginner be friendly :)