Documentation update

This commit is contained in:
ocornut
2020-06-11 09:52:46 +02:00
parent 64d8d302fb
commit a933cc4f4d
3 changed files with 27 additions and 16 deletions

View File

@ -633,7 +633,8 @@ CODE
Q: How can I use this without a mouse, without a keyboard or without a screen? (gamepad, input share, remote display)
Q: I integrated Dear ImGui in my engine and the text or lines are blurry..
Q: I integrated Dear ImGui in my engine and some elements are clipping or disappearing when I move windows around..
>> See https://www.dearimgui.org/faq
Q: I integrated Dear ImGui in my engine and some elements are displaying outside their expected windows boundaries..
>> See https://www.dearimgui.org/faq
Q&A: Usage
----------