Searched defs:HasSelection (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.h | 1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } function in struct:ImGuiInputTextCallbackData |
| H A D | imgui_internal.h | 583 bool HasSelection() const { return StbState.select_start != StbState.select_end; } function in struct:ImGuiInputTextState |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.h | 1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } function in struct:ImGuiInputTextCallbackData |
| H A D | imgui_internal.h | 583 bool HasSelection() const { return StbState.select_start != StbState.select_end; } function in struct:ImGuiInputTextState |
Completed in 25 milliseconds