ImGui.NET
ImGui.NET copied to clipboard
ImGui.IsMouseDoubleClicked() stopped working
Hi @mellinoe , it just did stop working. Worked fine, then suddenly stopped being processed, no matter how fast I click. Other mouse events are being recognized. I also removed all content I created and left in SubmitUI() only this:
if (ImGui.IsMouseDoubleClicked(0)) { Console.WriteLine("mouse is double clicked"); }
and there was no output. Breakpoints - the same.
Any idea?