| 4266 | } |
| 4267 | |
| 4268 | void IGFD::FileDialog::m_drawColumnText(int /*vColIdx*/, const char* vFmt, const char* vLabel, bool /*vSelected*/, bool /*vHovered*/) { |
| 4269 | ImGui::Text(vFmt, vLabel); |
| 4270 | } |
| 4271 | |
| 4272 | void IGFD::FileDialog::m_rightAlignText(const char* text, const char* maxWidthText) { |
| 4273 | const auto maxWidth = ImGui::CalcTextSize(maxWidthText).x; |
nothing calls this directly
no outgoing calls
no test coverage detected