Searched refs:ImGuiInputSource_Mouse (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h403 ImGuiInputSource_Mouse, enumerator in enum:ImGuiInputSource
H A Dimgui_widgets.cpp512 if (g.ActiveIdSource == ImGuiInputSource_Mouse)
1744 if (g.ActiveIdSource == ImGuiInputSource_Mouse && IsMousePosValid() && g.IO.MouseDragMaxDistanceSqr[0] > 1.0f*1.0f)
1839 if (g.ActiveIdSource == ImGuiInputSource_Mouse && !g.IO.MouseDown[0])
2145 if (g.ActiveIdSource == ImGuiInputSource_Mouse)
H A Dimgui.cpp2654 g.ActiveIdSource = (g.NavActivateId == id || g.NavInputId == id || g.NavJustTabbedId == id || g.NavJustMovedToId == id) ? ImGuiInputSource_Nav : ImGuiInputSource_Mouse;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h403 ImGuiInputSource_Mouse, enumerator in enum:ImGuiInputSource
H A Dimgui_widgets.cpp512 if (g.ActiveIdSource == ImGuiInputSource_Mouse)
1744 if (g.ActiveIdSource == ImGuiInputSource_Mouse && IsMousePosValid() && g.IO.MouseDragMaxDistanceSqr[0] > 1.0f*1.0f)
1839 if (g.ActiveIdSource == ImGuiInputSource_Mouse && !g.IO.MouseDown[0])
2145 if (g.ActiveIdSource == ImGuiInputSource_Mouse)
H A Dimgui.cpp2654 g.ActiveIdSource = (g.NavActivateId == id || g.NavInputId == id || g.NavJustTabbedId == id || g.NavJustMovedToId == id) ? ImGuiInputSource_Nav : ImGuiInputSource_Mouse;

Completed in 74 milliseconds