Skip to content

ImGUI IO assertion failure #91

@prybicki

Description

@prybicki

With the most recent versions of ImGUI and Magnum, ImGUI example crashes with the following message:

external/imgui/imgui.cpp:7707: void ImGui::ErrorCheckNewFrameSanityChecks(): Assertion `g.IO.KeyMap[n] >= -1 && g.IO.KeyMap[n] < ((int)(sizeof(g.IO.KeysDown) / sizeof(*(g.IO.KeysDown)))) && "io.KeyMap[] contains an out of bound value (need to be 0..511, or -1 for unmapped key)"' failed.

Perhaps it is related to this discussion?
ocornut/imgui#2269 (comment)

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    TODO

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions