Comments (#2441) + Freeglut fixes (#2430)

This commit is contained in:
omar
2019-03-26 12:14:17 +01:00
parent cf1b02e54e
commit 20188b19d6
6 changed files with 21 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
// dear imgui: Platform Binding for FreeGLUT
// This needs to be used along with a Renderer (e.g. OpenGL2)
// GLUT IS OBSOLETE SOFTWARE. AVOID USING GLUT IN 2019.
// !!! GLUT IS OBSOLETE SOFTWARE. Using GLUT is not recommended unless you really miss the 90's. !!!
// !!! If someone or something is teaching you GLUT in 2019, you are being abused. Please show some resistance. !!!
// Issues:
// [ ] Platform: GLUT is unable to distinguish e.g. Backspace from CTRL+H or TAB from CTRL+I