From 486506e37fa755141f1b52c06d8cb7ba836c8a1c Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 10 Dec 2014 23:39:48 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3cdf22df..c552c890 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ The Immediate Mode GUI paradigm may at first appear unusual to some users. This Frequently Asked Question ------------------------- +Where is example code? + +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. + How do you use ImGui on a platform that may not have a mouse or keyboard? 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.