From 5d045f4f155ac499b43fc705f823b74a111995df Mon Sep 17 00:00:00 2001 From: dcnieho Date: Mon, 29 Jun 2015 10:14:05 +0000 Subject: [PATCH] todo note about Windows 8 touch support git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1768 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/progress.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freeglut/web-src/progress.php b/freeglut/web-src/progress.php index 4c5c47e..f259f50 100644 --- a/freeglut/web-src/progress.php +++ b/freeglut/web-src/progress.php @@ -34,6 +34,9 @@ enhancements: 3.0 or later. that take an additional void* that is passed back to the user upon invocation.3.2 +Windows 8 touch supportWindows 8 replaced how touch +input works, so we need to implement support for that.3.2 + 10bit display formatsGLUT supports that but FreeGLUT currently does not. Unfinished effort to implement here.3.0