Searched refs:ImGuiAxis_X (Results 1 – 3 of 3) sorted by relevance
1252 …bb_render.Translate((axis == ImGuiAxis_X) ? ImVec2(mouse_delta, 0.0f) : ImVec2(0.0f, mouse_delta)); in SplitterBehavior()1733 const ImGuiAxis axis = (flags & ImGuiDragFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; in DragBehaviorT()2109 const ImGuiAxis axis = (flags & ImGuiSliderFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; in SliderBehaviorT()2163 float delta = (axis == ImGuiAxis_X) ? delta2.x : -delta2.y; in SliderBehaviorT()2258 if (axis == ImGuiAxis_X) in SliderBehaviorT()
390 ImGuiAxis_X = 0, enumerator
4332 …const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (… in BeginChildEx()4397 …if (window->AutoFitChildAxises & (1 << ImGuiAxis_X)) // Arbitrary minimum zero-ish child size of 4… in EndChild()