You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with the following bit of code:
for (int&digit : digits) {
ImGui::InputInt("int", &digit);
}
The elements following the first don't seem to work correctly (won't increase/decrease unless the button is held) if they are given the same label. Are the labels supposed to be unique?
The text was updated successfully, but these errors were encountered:
jristic
changed the title
Unresponsive controls on repeated elements
Unresponsive controls on repeated elements with same label
Dec 8, 2014
I'm having trouble with the following bit of code:
The elements following the first don't seem to work correctly (won't increase/decrease unless the button is held) if they are given the same label. Are the labels supposed to be unique?
The text was updated successfully, but these errors were encountered: