Searched refs:ImGuiInputTextFlags_AllowTabInput (Results 1 – 2 of 2) sorted by relevance
3073 pass |= (c == '\t' && (flags & ImGuiInputTextFlags_AllowTabInput)); in InputTextFilterCharacter()3136 …flags & ImGuiInputTextFlags_CallbackCompletion) && (flags & ImGuiInputTextFlags_AllowTabInput))); … in InputTextEx()3207 …indow, id, (flags & (ImGuiInputTextFlags_CallbackCompletion|ImGuiInputTextFlags_AllowTabInput)) ==… in InputTextEx()3398 …else if ((flags & ImGuiInputTextFlags_AllowTabInput) && IsKeyPressedMap(ImGuiKey_Tab) && !io.KeyCt… in InputTextEx()
745 …ImGuiInputTextFlags_AllowTabInput = 1 << 10, // Pressing TAB input a '\t' character into th… enumerator