Home
last modified time | relevance | path

Searched defs:ImGuiInputTextState (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h561 struct IMGUI_API ImGuiInputTextState struct
580 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } in ImGuiInputTextState() argument
581 … // After a user-input the cursor stays on for a while without blinking in CursorAnimReset()
582 …; StbState.select_start = ImMin(StbState.select_start, CurLenW); StbState.select_end = ImMin(StbSt… in CursorClamp()
583 … HasSelection() const { return StbState.select_start != StbState.select_end; } in HasSelection()
584 … ClearSelection() { StbState.select_start = StbState.select_end = StbState.cursor; } in ClearSelection()
585 ….select_start = 0; StbState.cursor = StbState.select_end = CurLenW; StbState.has_preferred_x = 0; } in SelectAll()