Searched defs:ImGuiInputTextState (Results 1 – 1 of 1) sorted by relevance
561 struct IMGUI_API ImGuiInputTextState struct580 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } in ImGuiInputTextState() argument581 … // 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()