Home
last modified time | relevance | path

Searched refs:ImGuiInputTextFlags_NoHorizontalScroll (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h350 …s_EnterReturnsTrue | ImGuiInputTextFlags_AutoSelectAll | ImGuiInputTextFlags_NoHorizontalScroll | …
Dimgui.h747 ImGuiInputTextFlags_NoHorizontalScroll = 1 << 12, // Disable following the cursor horizontally enumerator
Dimgui_widgets.cpp3686 if (!(flags & ImGuiInputTextFlags_NoHorizontalScroll)) in InputTextEx()