diff --git a/freeglut/web-src/progress.php b/freeglut/web-src/progress.php index 1538772..4c5c47e 100644 --- a/freeglut/web-src/progress.php +++ b/freeglut/web-src/progress.php @@ -49,6 +49,15 @@ href="https://github.com/dcnieho/FreeGLUT/tree/feature_IMECHAR_callback">github branch. What can be done on the Linux side?Figure this out for 3.2 +option to not deinitialize when mainloop terminatesAs +is often requested, in some usage cases, it would be advantageous if +FreeGLUT did not automatically deinitialize when its last window is +closed. This has been implemented, but is awaiting testing on platforms +other than windows. Discussed here.As +it has potential complications on mobile platforms, it was decided to +leave this feature until after 3.0. + High-DPI awareness.As discussed here, it is unclear what should be done. See also associated