ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

ImGui.IsMouseDoubleClicked() stopped working

Open enquel opened this issue 6 years ago • 0 comments

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?

enquel avatar Nov 19 '19 12:11 enquel