staticcharbuf6[32]="";ImGui::InputText("casing swap",buf6,32,ImGuiInputTextFlags_CallbackCharFilter,TextFilters::FilterCasingSwap);// Use CharFilter callback to replace characters.
staticcharbuf7[32]="";ImGui::InputText("\"imgui\"",buf7,32,ImGuiInputTextFlags_CallbackCharFilter,TextFilters::FilterImGuiLetters);// Use CharFilter callback to disable some characters.
constboolis_active=(table->LastFrameActive>=ImGui::GetFrameCount()-2);// Note that fully clipped early out scrolling tables will appear as inactive here.
ImFormatString(p,buf_end-p,"Table 0x%08X (%d columns, in '%s')%s",table->ID,table->ColumnsCount,table->OuterWindow->Name,is_active?"":" *Inactive*");
constboolis_active=(table->LastFrameActive>=GetFrameCount()-2);// Note that fully clipped early out scrolling tables will appear as inactive here.