SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.15k stars 172 forks source link

KeyBoard Inputs crashing in debug mode #292

Open ishant4iZard opened 2 months ago

ishant4iZard commented 2 months ago

while in debug mode if you press some keys like "CapsLock", "PrtSc", "ScrLk" or numpad "." it shows "Assertion failed: key >= 0 && key < ((int)(sizeof(io.KeysDown) / sizeof(*(io.KeysDown)))), file C:\Users\ishan\source\repos\2DPlatformer\build_deps\imgui-sfml-src\imgui-SFML.cpp, line 307" in console along with a Debug Error

ChrisThrasher commented 2 months ago

What version of ImGui-SFML are you using?