Searched defs:ImGuiInputTextFlags_CallbackHistory (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.h | 742 ImGuiInputTextFlags_CallbackHistory = 1 << 7, // Callback on pressing Up/Down arrows (for history handling) enumerator in enum:ImGuiInputTextFlags_ |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.h | 742 ImGuiInputTextFlags_CallbackHistory = 1 << 7, // Callback on pressing Up/Down arrows (for history handling) enumerator in enum:ImGuiInputTextFlags_ |
Completed in 16 milliseconds