From b420a515410e2f8e650864b2b215616e8e1f9494 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 2 Sep 2014 10:59:14 +0100 Subject: [PATCH] Update README.md Fixed typos, reworded sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1237e817..b17b1f45 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Frequently Asked Question ------------------------- How do you use ImGui on a platform that may not have a mouse and keyboard? -I recommend using [Synergy](http://synergy-project.org) and the uSynergy.c micro client to share your mouse and keyboard. This way you can seemingly use your PC input devices on 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. +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. I integrated ImGui in my engine and the text or lines are blurry..