omar

Results 2356 comments of omar

> I suspect ImGui::UpdateInputEvents() has a bug, in the else if (e->Type == ImGuiInputEventType_MouseWheel) block, if (trickle_fast_inputs && (mouse_wheeled || mouse_button_changed != 0)) should IHMO be changed to if (trickle_fast_inputs...

Hello Stuart, some elements of this branch were not merged hence why we kept the PR open.

Thanks! Yes this seems like a duplicate of #3481. I'll investigate both and will pick the most suitable but as highlighted in #3481 the "tricky" part was figuring out a...

Thank you! I'll probably merge this and manually backport to master. Please eventually squash and force-push the PR so it becomes one clean commit.

I believe that closure was a mistake so reopening. I suggest you close the other PR over master however. Once this is reviewed and I'm happy with it it's going...

Done. (I didn’t realize workflows now needed approval!)

For simple UI that fixed cost often come more the swap for which mileage may vary depending on drivers/gpu/os. Dear ImGui was initially designed as a game overlay so this...

Hello @PossiblyAShrub and thanks for the PR. The reason I didn't expose this value in style was that various mock-ups I received from users suggested that in some instances we...

cc: @ChristianIvicevic who expressed interested in this too.