mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-21 01:44:21 +00:00
This commit is contained in:
parent
99552420a2
commit
0f2898ea88
3 changed files with 10 additions and 6 deletions
|
|
@ -723,9 +723,11 @@ CODE
|
|||
Q&A: Usage
|
||||
----------
|
||||
|
||||
Q: Why is my widget not reacting when I click on it?
|
||||
Q: How can I have widgets with an empty label?
|
||||
Q: How can I have multiple widgets with the same label?
|
||||
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?
|
||||
Q: How can I display an image? What is ImTextureID, how does it works?
|
||||
Q: How can I use my own math types instead of ImVec2/ImVec4?
|
||||
Q: How can I interact with standard C++ types (such as std::string and std::vector)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue