Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple ImGui::Input(something) not working as intended #843

Closed
RootbeerDev opened this issue Sep 25, 2016 · 2 comments
Closed

Multiple ImGui::Input(something) not working as intended #843

RootbeerDev opened this issue Sep 25, 2016 · 2 comments
Labels
label/id and id stack implicit identifiers, pushid(), id stack

Comments

@RootbeerDev
Copy link

RootbeerDev commented Sep 25, 2016

Edit : I need to learn to read.

Labels matter

For anyone having wierd issues with multiple input textbars make sure you have a unique label for each of them.

@ocornut
Copy link
Owner

ocornut commented Sep 25, 2016

Are you using one of the unmodified example binding or something else?

Can you provide your actual code?
Are you using code exactly as written here or are your string labels identical?

Can you repro it in the examples app?

@ocornut
Copy link
Owner

ocornut commented Sep 25, 2016

Cool.

Also - When you provide code in your bug report please provide the actual code you are using :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
label/id and id stack implicit identifiers, pushid(), id stack
Projects
None yet
Development

No branches or pull requests

2 participants