- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 11.3k
 
Open
Labels
Description
Version/Branch of Dear ImGui:
Version 1.9242, Branch: docking
Back-ends:
imgui_impl_sdl2.cpp + imgui_impl_opengl3.cpp
Compiler, OS:
macOS + clang17
Full config/build information:
No response
Details:
ImGui::IsMouseDragging(ImGuiMouseButton_Left, 0.f) set lock_threshold param not any effect
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();