v2.2.1
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)):
passBugfix: 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