Searched defs:HasSelection (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } function in struct:ImGuiInputTextCallbackData
H A Dimgui_internal.h583 bool HasSelection() const { return StbState.select_start != StbState.select_end; } function in struct:ImGuiInputTextState
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } function in struct:ImGuiInputTextCallbackData
H A Dimgui_internal.h583 bool HasSelection() const { return StbState.select_start != StbState.select_end; } function in struct:ImGuiInputTextState

Completed in 25 milliseconds