Closed Arise closed 11 months ago
Oh, bad bug report. I think I copied your files over other imgui projects and those contained ImGuiInteroperability.h file. Your version is not. My bad.
No worries! Worth noting that this plugin has explicitly disabled deprecated ImGui functionality - you can opt out of that if you wish to still use these by removing the IMGUI_DISABLE_OBSOLETE_FUNCTIONS
and IMGUI_DISABLE_OBSOLETE_KEYIO
defines in ImGuiConfig.h
: https://github.com/VesCodes/ImGui/blob/054095b696c4c4d42974461a4c4ff10d5b1e87f6/Source/ImGui/Public/ImGuiConfig.h#L13
It complains about
Checked and KeysDown is not defined in ImGuiIO. Do you used another version?
Found this after testing other versions like benui-dev and IDI-Systems and those worked fine.