From 0fb590f83ab5c0acb3e62864ddb00b53ecbb0e49 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Fri, 2 Jan 2015 16:39:41 +0000 Subject: [PATCH] todo: handling user typing non-western script git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1740 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/progress.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/freeglut/web-src/progress.php b/freeglut/web-src/progress.php index b0e6662..1538772 100644 --- a/freeglut/web-src/progress.php +++ b/freeglut/web-src/progress.php @@ -43,6 +43,12 @@ or later. cube, cone, etc, as well as the teapot and other parts of the teaset)3.0 +handling non-western script input to windowsFor +Windows, see associated github +branch. What can be done on the Linux side?Figure this out +for 3.2 + High-DPI awareness.As discussed here, it is unclear what should be done. See also associated