mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-01 21:32:13 +00:00
Docs: update FAQ about label/ID system. (#9318)
This commit is contained in:
@@ -1150,10 +1150,10 @@ IMPLEMENTING SUPPORT for ImGuiBackendFlags_RendererHasTextures:
|
||||
----------
|
||||
|
||||
Q: About the ID Stack system..
|
||||
- Why is my widget not reacting when I click on it?
|
||||
- How can I have widgets with an empty label?
|
||||
- How can I have multiple widgets with the same label?
|
||||
- How can I have multiple windows with the same label?
|
||||
- How can I have multiple widgets with the same label? (using ## or PushID)
|
||||
- How can I have widgets with an empty label? (using ##)
|
||||
- How can I make a label dynamic? (using ###)
|
||||
- General description of the label and ID Stack system.
|
||||
Q: How can I display an image? What is ImTextureID, how does it work?
|
||||
Q: How can I use my own math types instead of ImVec2?
|
||||
Q: How can I interact with standard C++ types (such as std::string and std::vector)?
|
||||
|
||||
Reference in New Issue
Block a user