Closed
Description
I'm only just getting into IMGui and wanted to check out this project.
I've gotten a small project together with just IMGui that works fine, but adding imgui-node-editor into the mix completely fails with a series of similar-ish errors, one of which is ‘ImGuiKey_’ was not declared in this scope
.
After a quick look through the source, it seems that ImGuiKey_ may have been an enum type alias for int type ImGuiKey, which now is just enum ImGuiKey : int
;. These errors get thrown each time DECLARE_KEY_TESTER
is expanded.
Metadata
Metadata
Assignees
Labels
No labels