Skip to content

IsMouseDragging with lock_threshold does NOT working #9032

@DickyQi

Description

@DickyQi

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions