Searched refs:MouseDoubleClickMaxDist (Results 1 – 2 of 2) sorted by relevance
1294 …float MouseDoubleClickMaxDist; // = 6.0f // Distance threshold to stay in t… member
1158 MouseDoubleClickMaxDist = 6.0f; in ImGuiIO()3228 …if (ImLengthSqr(delta_from_click_pos) < g.IO.MouseDoubleClickMaxDist * g.IO.MouseDoubleClickMaxDis… in UpdateMouseInputs()