We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
`ImGui::Columns(6, NULL, false); for (int i = 0; i < Items.size(); ++i) { if (ImGui::Button("Get")) { SetItem(Items[i]); }
}
ImGui::Columns(1);`
First button in columns works but the others doesn't
Activity