Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mouse double click issue for vsgImgui #839

Merged
merged 1 commit into from
Jun 4, 2023
Merged

Conversation

aiekick
Copy link
Contributor

@aiekick aiekick commented Jun 4, 2023

Hello,

This PR is able to fix the Mouse double click issue we have in vsgImGui.

This fix use hat is used in the win32d window backedn of dear ImGui at line 583
https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_win32.cpp

Before this fix, the delay between two fast click was too long for let Dear ImGui detect the double click.

@vsg-dev vsg-dev merged commit 4624fe7 into vsg-dev:master Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants