Skip to content

Commit 486506e

Browse files
committed
Update README.md
1 parent e9e0e36 commit 486506e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ The Immediate Mode GUI paradigm may at first appear unusual to some users. This
4848
Frequently Asked Question
4949
-------------------------
5050

51+
<b>Where is example code?</b>
52+
53+
The bulk of actual ImGui usage code is contained within the ImGui::ShowTestWindow() function. It covers most featurse of ImGui so you can read its source code and call the function itself to see its output. Ready-to-go example applications covering different versions of OpenGL/DirectX are provided in the examples/ folder.
54+
5155
<b>How do you use ImGui on a platform that may not have a mouse or keyboard?</b>
5256

5357
I recommend using [Synergy](http://synergy-project.org). With the uSynergy.c micro client running you can seamlessly use your PC input devices from a video game console or a tablet. ImGui was also designed to function with touch inputs if you increase the padding of widgets to compensate for the lack of precision of touch devices, but it is recommended you use a mouse to allow optimising for screen real-estate.

0 commit comments

Comments
 (0)