Updated FAQ and Readme with more prominent info about WantCaptureMouse etc. flags (#635)

This commit is contained in:
ocornut
2016-05-06 09:18:07 +02:00
parent f22b6e1e09
commit 67df0ba185
2 changed files with 10 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ The library started its life and is best known as "ImGui" only due to the fact t
<br><b>I integrated ImGui in my engine and the text or lines are blurry..</b>
<br><b>I integrated ImGui in my engine and some elements are disappearing when I move windows around..</b>
<br><b>How can I have multiple widgets with the same label? Can I have widget without a label? (Yes). A primer on the purpose of labels/IDs.</b>
<br><b>How can I tell when ImGui wants my mouse/keyboard inputs and when I can pass them to my application?</b>
<br><b>How can I load a different font than the default?</b>
<br><b>How can I load multiple fonts?</b>
<br><b>How can I display and input non-latin characters such as Chinese, Japanese, Korean, Cyrillic?</b>