Searched refs:GetMouseDragDelta (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h658 IMGUI_API ImVec2 GetMouseDragDelta(int button = 0, float lock_threshold = -1.0f); // return the delta from the initial clicking position. This is locked and return 0.0f until the mouse moves past a distance threshold at least once. If lock_threshold < -1.0f uses io.MouseDraggingThreshold
H A Dimgui_demo.cpp2564 ImGui::TextWrapped("You can use ImGui::GetMouseDragDelta(0) to query for the dragged amount on any widget.");
2578 // You can request a lower or higher threshold using the second parameter of IsMouseDragging() and GetMouseDragDelta()
2579 ImVec2 value_raw = ImGui::GetMouseDragDelta(0, 0.0f);
2580 ImVec2 value_with_lock_threshold = ImGui::GetMouseDragDelta(0);
H A Dimgui.cpp4166 ImVec2 ImGui::GetMouseDragDelta(int button, float lock_threshold) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h658 IMGUI_API ImVec2 GetMouseDragDelta(int button = 0, float lock_threshold = -1.0f); // return the delta from the initial clicking position. This is locked and return 0.0f until the mouse moves past a distance threshold at least once. If lock_threshold < -1.0f uses io.MouseDraggingThreshold
H A Dimgui.cpp4166 ImVec2 ImGui::GetMouseDragDelta(int button, float lock_threshold) function in class:ImGui

Completed in 68 milliseconds