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
Back-end/Renderer/OS:(if the question is related to inputs or rendering, otherwise delete this section)
Vita impl (uses vitaGL)
My Issue/Question:(please provide context)
I'm playing around with using imgui to make some Vita homebrew and I enabled the keypad navigation (which AIUI is beta atm) and I have two widgets that get the focus highlight at the same time:
Your widgets have the same ID here.
Read the FAQ section How can I have multiple widgets with the same label or without a label? A primer on labels and the ID Stack. on how to work with the ID stack and ID system.
PS: To vertically align your "Category:" label with the text of the following combo box, you may call AlignTextToFramePadding() at the beginning of the line.
Version/Branch of Dear ImGui:
master by way of the recent Vita port: https://github.com/Rinnegatamante/imgui-vita
Back-end/Renderer/OS: (if the question is related to inputs or rendering, otherwise delete this section)
Vita impl (uses vitaGL)
My Issue/Question: (please provide context)
I'm playing around with using imgui to make some Vita homebrew and I enabled the keypad navigation (which AIUI is beta atm) and I have two widgets that get the focus highlight at the same time:
https://github.com/cmsj/imgui-vita/blob/more-vita-suitable-example/example/main.cpp#L110
(the Combo and ListBox, specifically).
I'm super new to imgui though, so I'm fully prepared to believe this is my fault, or an issue with the vita port somehow!
Standalone, minimal, complete and verifiable example: (see CONTRIBUTING.md)
(
categories
andapps
are bothconst char*[]
)Taken from: https://github.com/cmsj/imgui-vita/blob/more-vita-suitable-example/example/main.cpp
Screenshots/Video (you can drag files here)
The text was updated successfully, but these errors were encountered: