Skip to content

v2.2.1

Choose a tag to compare

@nmwsharp nmwsharp released this 05 Apr 05:51
· 121 commits to master since this release

Bugfix: add missing bindings for new ImGui::KeyPressed() arguments and other key commands.

Users should now use psim.ImGuiKey_* macros, like:

        if(psim.IsKeyPressed(psim.ImGuiKey_A)):
            pass