This is a hack, but since DllImport does not actually load the library if it is already in memory, we can get latest Imgui.NET to work by just loading it first with Silks LoadNativeLibrary before calling ImGuiNET.ImGui.CreateContext();ImGuiNET.ImGui.CreateContext();.
Jake challenges Ada (from Samsung Internet https://developer.samsung.com/internet) to a game of "what key was pressed" while diving into how keyboard events work, and the best way to handle user input.