Searched refs:IsMouseDragging (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp2033 if (ImGui::IsItemActive() && ImGui::IsMouseDragging()) { offset.x += ImGui::GetIO().MouseDelta.x; offset.y += ImGui::GetIO().MouseDelta.y; }
2566 ImGui::Text("IsMouseDragging(%d):\n w/ default threshold: %d,\n w/ zero threshold: %d\n w/ large threshold: %d",
2567 button, ImGui::IsMouseDragging(button), ImGui::IsMouseDragging(button, 0.0f), ImGui::IsMouseDragging(button, 20.0f));
2578 // You can request a lower or higher threshold using the second parameter of IsMouseDragging() and GetMouseDragDelta()
H A Dimgui.h653 IMGUI_API bool IsMouseDragging(int button = 0, float lock_threshold = -1.0f); // is mouse dragging. if lock_threshold < -1.0f uses io.MouseDraggingThreshold
H A Dimgui_widgets.cpp707 if (IsItemActive() && IsMouseDragging())
6464 if (held && !tab_appearing && IsMouseDragging(0))
H A Dimgui.cpp4127 bool ImGui::IsMouseDragging(int button, float lock_threshold) function in class:ImGui
8542 source_drag_active = IsMouseDragging(mouse_button);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h653 IMGUI_API bool IsMouseDragging(int button = 0, float lock_threshold = -1.0f); // is mouse dragging. if lock_threshold < -1.0f uses io.MouseDraggingThreshold
H A Dimgui_widgets.cpp707 if (IsItemActive() && IsMouseDragging())
6464 if (held && !tab_appearing && IsMouseDragging(0))
H A Dimgui.cpp4127 bool ImGui::IsMouseDragging(int button, float lock_threshold) function in class:ImGui
8542 source_drag_active = IsMouseDragging(mouse_button);

Completed in 168 milliseconds