Skip to content

ImGuiKey_ deprecated? #183

Closed
Closed
@passivedragon

Description

@passivedragon

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions